chore: workspace management
This commit is contained in:
19
sdgb-api/Cargo.toml
Normal file
19
sdgb-api/Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "sdgb-api"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
license = "GPL-3.0"
|
||||
|
||||
[dependencies]
|
||||
digest = "0.10.7"
|
||||
hmac-sha256 = { version = "1.1.12", features = ["digest010", "traits010"] }
|
||||
|
||||
chrono = "0.4.41"
|
||||
|
||||
nyquest = { version = "0.2.0", features = ["async", "json"] }
|
||||
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.141"
|
||||
|
||||
snafu = { version = "0.8.6", features = ["backtrace", "rust_1_81"] }
|
||||
Reference in New Issue
Block a user