25 lines
529 B
TOML
25 lines
529 B
TOML
[package]
|
|
name = "commonio"
|
|
version = "0.0.2"
|
|
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/commonio.rs"
|
|
|
|
[dependencies]
|
|
tracing = "0.1"
|
|
futures-util = "0.3.15"
|
|
bytes = "1"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
chrono = "0.4"
|
|
async-channel = "1.9.0"
|
|
parking_lot = "0.12"
|
|
crc32fast = "1.2"
|
|
err = { path = "../err" }
|
|
taskrun = { path = "../taskrun" }
|
|
netpod = { path = "../netpod" }
|
|
items_0 = { path = "../items_0" }
|
|
items_proc = { path = "../items_proc" }
|