navka -> lesavka migration

This commit is contained in:
Brad Stein 2025-06-23 20:32:19 -05:00
parent 5b212c317e
commit 306f7318d7
3 changed files with 7 additions and 4 deletions

View File

@ -12,7 +12,7 @@ tokio = { version = "1.45", features = ["full", "fs", "rt-mult
tonic = { version = "0.13", features = ["transport"] } tonic = { version = "0.13", features = ["transport"] }
tokio-stream = { version = "0.1", features = ["sync"] } tokio-stream = { version = "0.1", features = ["sync"] }
anyhow = "1.0" anyhow = "1.0"
lesavka_common = { path = "../common" } lesavka_common = { path = "../common" }
tracing = { version = "0.1", features = ["std"] } tracing = { version = "0.1", features = ["std"] }
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] } tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
tracing-appender = "0.2" tracing-appender = "0.2"

View File

@ -1,8 +1,11 @@
[package] [[bin]]
name = "lesavka-common" name = "lesavka-common"
path = "build.rs"
[package]
name = "lesavka_common"
version = "0.2.0" version = "0.2.0"
edition = "2024" edition = "2024"
build = "build.rs"
[dependencies] [dependencies]
tonic = { version = "0.13", features = ["transport"] } tonic = { version = "0.13", features = ["transport"] }

View File

@ -12,7 +12,7 @@ tokio = { version = "1.45", features = ["full", "fs"] }
tokio-stream = "0.1" tokio-stream = "0.1"
tonic = { version = "0.13", features = ["transport"] } tonic = { version = "0.13", features = ["transport"] }
anyhow = "1.0" anyhow = "1.0"
lesavka_common = { path = "../common" } lesavka_common = { path = "../common" }
tracing = { version = "0.1", features = ["std"] } tracing = { version = "0.1", features = ["std"] }
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
libc = "0.2" libc = "0.2"