BEAVER/Cargo.toml

16 lines
352 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"
2024-05-09 14:18:43 +00:00
bytemuck = { version = "1.15.0", features = ["derive"] }
2024-04-25 16:10:55 +00:00
crawl = { path = "../crawl" }
env_logger = "0.11.3"
2024-05-09 14:18:43 +00:00
glam = "0.27.0"
2024-04-25 16:10:55 +00:00
log = "0.4.21"
pollster = "0.3.0"