mirror of
https://github.com/tlsnotary/tlsn-utils.git
synced 2026-01-08 06:33:56 -05:00
* clippy fixes * fmt fixes * mirgrate to 2024 and fix workspace warning * fix profile * rustfmt --------- Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com>
51 lines
939 B
TOML
51 lines
939 B
TOML
[workspace]
|
|
members = [
|
|
"serio",
|
|
"spansy",
|
|
"uid-mux",
|
|
"utils",
|
|
"websocket-relay",
|
|
"futures-limit",
|
|
"futures-plex",
|
|
"web-spawn",
|
|
"rand06-compat",
|
|
"rangeset",
|
|
"rangeset/fuzz",
|
|
]
|
|
resolver = "3"
|
|
|
|
[workspace.dependencies]
|
|
futures-plex = { path = "futures-plex" }
|
|
serio = { path = "serio" }
|
|
spansy = { path = "spansy" }
|
|
tlsn-utils = { path = "utils" }
|
|
tlsn-utils-aio = { path = "utils-aio" }
|
|
uid-mux = { path = "uid-mux" }
|
|
rangeset = { path = "rangeset" }
|
|
|
|
async-trait = "0.1"
|
|
bincode = "1.3"
|
|
bytes = "1"
|
|
cfg-if = "1"
|
|
criterion = "0.5"
|
|
futures = "0.3"
|
|
futures-channel = "0.3"
|
|
futures-core = "0.3"
|
|
futures-io = "0.3"
|
|
futures-sink = "0.3"
|
|
futures-util = "0.3"
|
|
pin-project-lite = "0.2"
|
|
pollster = "0.4"
|
|
rand = "0.8"
|
|
rayon = "1"
|
|
serde = "1"
|
|
thiserror = "1"
|
|
tokio = "1.23"
|
|
tokio-serde = "0.8"
|
|
tokio-util = "0.7"
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.3"
|
|
|
|
[profile.release.package.rangeset-fuzz]
|
|
debug = 1
|