forked from n6cta/baecun
Initial commit of source for v0.1.0
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "baecun"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Chris, N6CTA <mail@n6cta.com>"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.1", features = ["derive"] }
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
Reference in New Issue
Block a user