diff --git a/proto/Cargo.toml b/proto/Cargo.toml new file mode 100644 index 0000000..6e5d2fb --- /dev/null +++ b/proto/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "proto" +version = "0.1.0" +edition = "2021" + +[dependencies] +bincode = "2.0.0-rc.3" +anyhow = "1.0.75" +tokio = { version = "1.34.0", features = ["io-util", "macros", "test-util"] } +async-trait = "0.1.74" diff --git a/proto/src/lib.rs b/proto/src/lib.rs new file mode 100644 index 0000000..e69de29