diff --git a/Cargo.toml b/Cargo.toml index d5027ed..0993936 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,3 +23,5 @@ tower = "0.4.13" tower-http = { version = "0.4.3", features = ["fs"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } +rustix = { version = "0.38.32" } +time = { version = "0.3.36" }