sip-tarpit/Cargo.toml

16 lines
402 B
TOML
Raw Permalink Normal View History

2022-12-05 17:29:58 +01:00
[package]
name = "sip-tarpit"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-04-15 15:20:59 +02:00
log = "0.4.21"
log4rs = "1.3.0"
2022-12-07 17:31:04 +01:00
rand = "0.8.5"
rusqlite = { version = "0.31.0", features = ["bundled"] }
2024-04-16 13:57:47 +02:00
serde = { version = "1.0.197", features = ["derive"] }
2022-12-05 17:29:58 +01:00
tokio = { version = "1", features = ["full"] }
2024-04-16 13:57:47 +02:00
toml = "0.8.12"