rust skeleton
This commit is contained in:
parent
754713697d
commit
818816d16d
11 changed files with 710 additions and 1 deletions
11
rust/rox/Cargo.toml
Normal file
11
rust/rox/Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "rox"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "GPL-3.0"
|
||||
authors = ["Sebastian Hugentobler <shu@vanwa.ch>"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.28", features = ["derive"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
Loading…
Add table
Add a link
Reference in a new issue