mirror of
https://github.com/DefectingCat/phthonus
synced 2025-07-15 00:21:32 +00:00
fix(ui): gitignore
This commit is contained in:
32
ui/.gitignore
vendored
32
ui/.gitignore
vendored
@ -1,30 +1,2 @@
|
||||
[package]
|
||||
name = "venus-ui"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["xfy <xfyxfy@proton.me>"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
leptos = { version = "0.6", features = ["csr", "nightly"] }
|
||||
leptos_meta = { version = "0.6", features = ["csr", "nightly"] }
|
||||
leptos_router = { version = "0.6", features = ["csr", "nightly"] }
|
||||
console_log = "1"
|
||||
log = "0.4.22"
|
||||
console_error_panic_hook = "0.1"
|
||||
|
||||
# utils
|
||||
# strum = { version = "0.25", features = ["derive", "strum_macros"] }
|
||||
# strum_macros = "0.25"
|
||||
|
||||
[dev-dependencies]
|
||||
wasm-bindgen = "0.2.93"
|
||||
wasm-bindgen-test = "0.3.43"
|
||||
web-sys = { version = "0.3.70", features = ["Document", "Window"] }
|
||||
|
||||
[profile.release]
|
||||
opt-level = 'z'
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
/target
|
||||
/dist
|
||||
|
Reference in New Issue
Block a user