[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.4", path = "../pijul/libpijul" } thrussh = "0.34.0" tokio = { version = "1.28.1", features = ["full"] } warp = "0.3.5"