feat: added please and release
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-17 20:57:48 +01:00
parent 7510c9a333
commit 8b24dc23e0
7 changed files with 93 additions and 664 deletions

View File

@@ -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"