BEAVER/Cargo.toml

14 lines
279 B
TOML
Raw Normal View History

2024-04-25 15:55:14 +00:00
[package]
name = "beaver"
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-25 16:10:55 +00:00
anyhow = "1.0.82"
crawl = { path = "../crawl" }
env_logger = "0.11.3"
log = "0.4.21"
pollster = "0.3.0"