Create the first basic app
This commit is contained in:
commit
dc54152489
9 changed files with 565 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "rust-3xp1"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tracing = "0.1.31"
|
||||
tracing-subscriber = "0.3.9"
|
||||
clap = { version = "3.1.5", features = ["derive"] }
|
Reference in a new issue