mirror of
https://github.com/DefectingCat/rua-list
synced 2025-07-15 16:51:31 +00:00
13 lines
284 B
TOML
13 lines
284 B
TOML
[package]
|
|
name = "rua-list"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
env_logger = "0.10.0"
|
|
log = "0.4.17"
|
|
tokio = { version = "1.27.0", features = ["full"] }
|
|
serde = "1.0.160"
|