feat: added please and release
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
members = ["crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
nodata-storage = { path = "crates/nodata-storage" }
|
||||
nodata-storage = { path = "crates/nodata-storage", version = "0.1.0" }
|
||||
|
||||
anyhow = { version = "1" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
@@ -12,9 +15,9 @@ tracing-subscriber = { version = "0.3.18" }
|
||||
clap = { version = "4", features = ["derive", "env"] }
|
||||
dotenv = { version = "0.15" }
|
||||
axum = { version = "0.7" }
|
||||
drift = { git = "https://github.com/kjuulh/drift", branch = "main" }
|
||||
nodrift = { version = "0.2" }
|
||||
async-trait = "0.1"
|
||||
tonic = "0.12.1"
|
||||
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
|
||||
bytes = "1.7.1"
|
||||
prost = "0.13.1"
|
||||
prost-types = "0.13.1"
|
||||
|
Reference in New Issue
Block a user