๐Ÿ“ฆ rust-lang / crates-io-auth-action

๐Ÿ“„ Cargo.toml ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11[package]
name = "mock"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"

[dependencies]
axum = "0.8.4"
serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.45.1", features = ["rt-multi-thread"] }