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,6 +2,8 @@
|
||||
name = "nodata"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "nodata is a kafka like message broker that is simple and easy to use, while relying on either local or s3 like data storage for consistency"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
nodata-storage.workspace = true
|
||||
@@ -13,17 +15,10 @@ tracing-subscriber.workspace = true
|
||||
clap.workspace = true
|
||||
dotenv.workspace = true
|
||||
axum.workspace = true
|
||||
drift.workspace = true
|
||||
nodrift.workspace = true
|
||||
uuid.workspace = true
|
||||
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
sqlx = { version = "0.8.0", features = [
|
||||
"runtime-tokio",
|
||||
"tls-rustls",
|
||||
"postgres",
|
||||
"uuid",
|
||||
"time",
|
||||
] }
|
||||
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
|
||||
tokio-util = "0.7.11"
|
||||
tonic.workspace = true
|
||||
|
Reference in New Issue
Block a user