yotei/Cargo.toml

19 lines
410 B
TOML
Raw Normal View History

2024-09-03 16:21:59 +02:00
[package]
authors = ["xqtc"]
description = "Distributed computing with abstract data"
name = "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"] }