init
This commit is contained in:
commit
b2e0936d4a
7 changed files with 982 additions and 0 deletions
18
Cargo.toml
Normal file
18
Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "cade"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
opt-level = "z"
|
||||
codegen-units = 1
|
||||
# lto = true
|
||||
# panic = "abort"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.99"
|
||||
bincode = "2.0.1"
|
||||
clap = { version = "4.5.45", features = ["derive"] }
|
||||
microxdg = "0.2.0"
|
||||
sled = "0.34.7"
|
||||
Loading…
Add table
Add a link
Reference in a new issue