yotei/lib-uwusched/Cargo.toml
xqtc 6007880020
Some checks failed
/ build (push) Successful in 1m23s
/ clippy (push) Failing after 1m10s
Fix cargo workspaces and forgejo actions
2024-09-03 22:21:55 +02:00

19 lines
414 B
TOML

[package]
authors = ["xqtc"]
description = "Distributed computing with abstract data"
name = "lib-uwusched"
version = "0.1.0"
edition = "2021"
[dependencies]
pretty_env_logger = "0.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
lz4_flex = "0.11.3"
toml = "0.8.19"
lazy_static = "1.5.0"
log = "0.4.22"
bincode = "1.3.3"
clap = { version = "4.5.16", features = ["derive"] }