init
This commit is contained in:
18
server/Cargo.toml
Normal file
18
server/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
[package]
|
||||
name = "server"
|
||||
edition = "2021"
|
||||
version = "0.1.0"
|
||||
authors = ["Sergey <me@sergeysav.com>"]
|
||||
|
||||
[dependencies]
|
||||
fern = "0.6.2"
|
||||
log = "0.4.22"
|
||||
prost = "0.13.3"
|
||||
rand = "0.8.5"
|
||||
tonic = { version = "0.12.3" }
|
||||
tokio = { version = "1.40.0", features = ["rt-multi-thread"] }
|
||||
chrono = "0.4.38"
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.12.3"
|
||||
Reference in New Issue
Block a user