This commit is contained in:
2024-12-07 17:44:06 -05:00
commit 1acfbf3b2e
7 changed files with 830 additions and 0 deletions

14
Cargo.toml Normal file
View File

@ -0,0 +1,14 @@
[package]
name = "lambdashell"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
liblambdashell = { path = "liblambdashell" }
[profile.release]
# strip = true
# opt-level = 3
# lto = true
# codegen-units = 1