Compare commits
3 Commits
92e435e080
...
feat/axum-
| Author | SHA1 | Date | |
|---|---|---|---|
|
87daff4f40
|
|||
|
202df06568
|
|||
|
66080374b0
|
2
.drone.yml
Normal file
2
.drone.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
kind: template
|
||||||
|
load: cuddle-rust-lib-plan.yaml
|
||||||
646
Cargo.lock
generated
646
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -13,10 +13,10 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|||||||
clap = { version = "4", features = ["derive", "env"] }
|
clap = { version = "4", features = ["derive", "env"] }
|
||||||
async-trait = { version = "0.1", features = [] }
|
async-trait = { version = "0.1", features = [] }
|
||||||
|
|
||||||
axum = { git = "https://github.com/tokio-rs/axum", branch = "main", features = [
|
axum = { version = "0.7.1", features = [
|
||||||
"macros",
|
"macros",
|
||||||
] }
|
] }
|
||||||
axum-extra = { git = "https://github.com/tokio-rs/axum", branch = "main", features = [
|
axum-extra = { version = "0.9.0", features = [
|
||||||
"cookie",
|
"cookie",
|
||||||
"cookie-private",
|
"cookie-private",
|
||||||
"typed-header",
|
"typed-header",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
|
# 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:
|
vars:
|
||||||
service: "nefarious-login"
|
service: "nefarious-login"
|
||||||
|
|||||||
Reference in New Issue
Block a user