blob: 41778a25229fef6b99272bcda39e93e0dea3014c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "fortknox"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "~0.7"
json = "~0.12"
serde = "~1.0"
sqlx = "~0.7"
tokio = { version = "1", features = ["full", "tracing"] }
uuid = { version = "1", features =["v4", "v8", "fast-rng", "macro-diagnostics","serde", "bytemuck"]}
|