feat(rust): add initial rust template
This commit is contained in:
12
rust/Cargo.toml
Normal file
12
rust/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "rust"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "*", features = ["full"] }
|
||||
serde = { version = "*", features = ["derive"] }
|
||||
thiserror = "*"
|
||||
clap = { version = "*", features = ["derive"] }
|
||||
tracing = "*"
|
||||
tracing-subscriber = "*"
|
||||
Reference in New Issue
Block a user