All checks were successful
Release Tagging / release (push) Successful in 30s
Rust Build / Check (push) Successful in 32s
Rust Build / Test Suite (push) Successful in 40s
Rust Build / Rustfmt (push) Successful in 27s
Rust Build / Clippy (push) Successful in 32s
Rust Build / build (push) Successful in 40s
Reviewed-on: #8 Co-authored-by: phoenix <kundeng94@gmail.com> Co-committed-by: phoenix <kundeng94@gmail.com>
15 lines
465 B
TOML
15 lines
465 B
TOML
[package]
|
|
name = "icarus_auth"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
axum = { version = "0.8.3" }
|
|
serde = { version = "1.0.218", features = ["derive"] }
|
|
serde_json = { version = "1.0.139" }
|
|
tokio = { version = "1.44.1", features = ["rt-multi-thread"] }
|
|
tracing-subscriber = { version = "0.3.19" }
|
|
tower = { version = "0.5.2" }
|
|
hyper = { version = "1.6.0" }
|
|
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.2.0" }
|