wrote server stub

This commit is contained in:
2024-06-13 15:42:59 -04:00
Unverified
parent e643b6b8f6
commit caf4c0e6af
6 changed files with 70 additions and 2 deletions

View File

@@ -4,3 +4,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
futures = "0.3"
tarpc = { version = "0.34.0", features = ["full"] }
tokio = { version = "1.0", features = ["macros", "net", "rt-multi-thread"] }
tracing = "0.1.40"
clap = { version = "4.5.7", features = ["derive"] }