init
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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
|
Reference in New Issue
Block a user