icefun/Cargo.toml
2023-03-07 14:00:23 +01:00

17 lines
No EOL
427 B
TOML

[package]
name = "rustc-warp-ice"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = "0"
hyper = { version = "0", default-features = false }
tokio = { version = "1", default-features = false }
warp = { version = "0", default-features = false }
[patch.crates-io]
warp = { path = "./warp" }
hyper = { path = "./hyper" }