stund/Cargo.toml

17 lines
472 B
TOML
Raw Permalink Normal View History

2024-01-07 03:20:50 +02:00
[package]
name = "stund"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = { version = "2.4.1", features = ["bytemuck"] }
bytemuck = { version = "1.14.0", features = ["derive"] }
clap = { version = "4.4.13", features = ["derive"] }
enum-repr = "0.2.6"
env_logger = "0.10.1"
log = "0.4.20"
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["full"] }