You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
468 B
15 lines
468 B
[package]
|
|
name = "enumerate-ordered"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
color-eyre = { version = "0.6.2", default-features = false }
|
|
futures = "0.3.25"
|
|
log = "0.4.17"
|
|
pretty_env_logger = "0.4.0"
|
|
tokio = { version = "1.22.0", features = ["full"] }
|
|
tokio-stream = { version = "0.1.11", features = ["sync", "fs", "io-util", "net", "signal", "tokio-util"] }
|