19 lines
410 B
TOML
19 lines
410 B
TOML
[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"] }
|