3 Commits

Author SHA1 Message Date
87daff4f40 something
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-30 21:57:58 +01:00
202df06568 feat: add drone
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-03-30 21:54:51 +01:00
66080374b0 feat: with upstream axum
Some checks are pending
ci/woodpecker/pr/test Pipeline is pending
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-11-28 11:46:11 +01:00
4 changed files with 415 additions and 239 deletions

2
.drone.yml Normal file
View File

@@ -0,0 +1,2 @@
kind: template
load: cuddle-rust-lib-plan.yaml

646
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,10 +13,10 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
clap = { version = "4", features = ["derive", "env"] }
async-trait = { version = "0.1", features = [] }
axum = { git = "https://github.com/tokio-rs/axum", branch = "main", features = [
axum = { version = "0.7.1", features = [
"macros",
] }
axum-extra = { git = "https://github.com/tokio-rs/axum", branch = "main", features = [
axum-extra = { version = "0.9.0", features = [
"cookie",
"cookie-private",
"typed-header",

View File

@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
base: "git@git.front.kjuulh.io:kjuulh/cuddle-base.git"
base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-lib-plan.git"
vars:
service: "nefarious-login"