2026-08-12 18:20:51 +00:00
|
|
|
[package]
|
|
|
|
|
name = "gatuna"
|
2026-08-13 09:18:34 +00:00
|
|
|
version = "2.0.0"
|
2026-08-12 18:20:51 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
license = "CC0-1.0"
|
|
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
|
name = "gatunad"
|
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
libc = "0.2"
|
2026-08-13 09:25:27 +00:00
|
|
|
tokio = { version = "1", features = ["rt-multi-thread", "macros", "net", "sync", "io-util", "time"] }
|
2026-08-12 18:20:51 +00:00
|
|
|
clap = { version = "4", features = ["derive"] }
|
|
|
|
|
pnet_datalink = "0.35"
|
|
|
|
|
tracing = "0.1"
|
|
|
|
|
tracing-subscriber = "0.3"
|