Cargo.toml
[package]
name = "tupeke"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libpijul = { version = "1.0.0-beta.10", path = "../pijul/libpijul" }
thrussh = "0.34.0"
tokio = { version = "1.28.1", features = ["full"] }
warp = "0.3.5"
xdg = "3.0.0"