feat(proto): add example server
This commit is contained in:
parent
0318169876
commit
84d9fa2d50
4 changed files with 388 additions and 3 deletions
11
server/Cargo.toml
Normal file
11
server/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "server"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.35.1", features = ["full"] }
|
||||
anyhow = "1.0.76"
|
||||
proto = { path = "../proto" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue