navka -> lesavka migration
This commit is contained in:
parent
5b212c317e
commit
306f7318d7
@ -12,7 +12,7 @@ tokio = { version = "1.45", features = ["full", "fs", "rt-mult
|
||||
tonic = { version = "0.13", features = ["transport"] }
|
||||
tokio-stream = { version = "0.1", features = ["sync"] }
|
||||
anyhow = "1.0"
|
||||
lesavka_common = { path = "../common" }
|
||||
lesavka_common = { path = "../common" }
|
||||
tracing = { version = "0.1", features = ["std"] }
|
||||
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
|
||||
tracing-appender = "0.2"
|
||||
|
||||
@ -1,8 +1,11 @@
|
||||
[package]
|
||||
[[bin]]
|
||||
name = "lesavka-common"
|
||||
path = "build.rs"
|
||||
|
||||
[package]
|
||||
name = "lesavka_common"
|
||||
version = "0.2.0"
|
||||
edition = "2024"
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
tonic = { version = "0.13", features = ["transport"] }
|
||||
|
||||
@ -12,7 +12,7 @@ tokio = { version = "1.45", features = ["full", "fs"] }
|
||||
tokio-stream = "0.1"
|
||||
tonic = { version = "0.13", features = ["transport"] }
|
||||
anyhow = "1.0"
|
||||
lesavka_common = { path = "../common" }
|
||||
lesavka_common = { path = "../common" }
|
||||
tracing = { version = "0.1", features = ["std"] }
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
|
||||
libc = "0.2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user