[package] name = "foxtrot" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] polldance = { git = "https://git.asonix.dog/safe-async/polldance" } [dev-dependencies] read-write-buf = { git = "https://git.asonix.dog/asonix/read-write-buf" } async-join = { git = "https://git.asonix.dog/safe-async/async-join" }