mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-23 20:19:31 +00:00
14 lines
No EOL
309 B
TOML
14 lines
No EOL
309 B
TOML
[package]
|
|
name = "async-buffer"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
authors = ["Boog900"]
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true }
|
|
futures = { workspace = true, features = ["std"] }
|
|
pin-project = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
tokio = { workspace = true, features = ["full"] } |