aboutsummaryrefslogtreecommitdiffstats
path: root/crates/common/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/common/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml
index df978c03..b79932ff 100644
--- a/crates/common/Cargo.toml
+++ b/crates/common/Cargo.toml
@@ -20,6 +20,7 @@ sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "time", "postgres"
time = { version = "0.3.47", features = [ "serde-human-readable", "macros", "local-offset", "macros", "formatting", "parsing"] }
typed-builder = "0.18.2"
uuid = { version = "1.9", features = ["v4", "v7", "serde"] }
+whoami = "2.1.0"
[dev-dependencies]