[package] name = "gram-rs" version = "0.1.0" authors = ["Michael Li "] license = "Apache-2.0" homepage = "https://github.com/gram-rs/gram-rs" documentation = "https://docs.rs/gram" repository = "https://github.com/gram-rs/gram-rs" edition = "2021" description = """ Just a simple rpc implement. """ [workspace] members = ["gram-build", "gram-net", "gram-client", "gram-server"] [patch.crates-io] gram-build = { path = "gram-build" } gram-net = { path = "gram-net" } gram-client = { path = "gram-client" } gram-server = { path = "gram-server" } [dependencies]