This repository has been archived on 2025-03-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rust-3xp1/Cargo.toml

11 lines
No EOL
277 B
TOML

[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"] }