Files
rayhunter/Cargo.toml
Will Greenberg f2bcda0342 update deps
2023-11-14 19:20:50 -08:00

13 lines
228 B
TOML

[package]
name = "diag"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1.5.0"
libc = "0.2.150"
thiserror = "1.0.50"