17 lines
357 B
TOML
17 lines
357 B
TOML
[package]
|
|
name = "daqbuf-channeltools"
|
|
version = "0.0.1"
|
|
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
|
|
license = "GPL-3.0-only"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
futures-util = "0.3.31"
|
|
async-channel = "2.5.0"
|
|
autoerr = "0.0"
|
|
pin-project-lite = "0.2.16"
|
|
tokio = { version = "1", default-features = false, features = ["rt"] }
|