1
0
Fork 0
forked from wry/wry
wry/Cargo.toml
2022-01-02 15:13:33 +01:00

22 lines
381 B
TOML

[package]
name = "i4"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
panic = "abort"
[profile.dev]
panic = "abort"
[dependencies]
uapi = "0.2.4"
thiserror = "1.0.30"
anyhow = "1.0.52"
ahash = "0.7.6"
log = "0.4.14"
env_logger = "0.9.0"
futures = "0.3.19"
waker-fn = "1.1.0"