[package] name = "triaka-rpc" description = "A small library to emulate datagrams over a stream." authors = ["sisungo "] version = "0.1.0" edition = "2021" repository = "https://github.com/triaka-os/triaka-rpc" documentation = "https://docs.rs/triaka-rpc" license = "Unlicense" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1", features = ["net", "io-util"] }