diff options
author | gennyble <gen@nyble.dev> | 2024-04-13 08:13:39 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-04-13 08:13:39 -0500 |
commit | 826b4f122c175d487a426d97c96bd73f65bc5ea7 (patch) | |
tree | 365a5f890ba6056af6e1226ddda56db21837ea57 /Cargo.toml | |
parent | fda7d4474028de0e159d839e080a502b4c463576 (diff) | |
download | awake-826b4f122c175d487a426d97c96bd73f65bc5ea7.tar.gz awake-826b4f122c175d487a426d97c96bd73f65bc5ea7.zip |
Log SessionId and referer
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index c13ed5b..685ff75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,11 @@ confindent = { git = "https://github.com/gennyble/confindent" } cutie = { path = "../cutie" } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } -time = { version = "0.3.36", features = ["macros", "parsing", "formatting"] } +time = { version = "0.3.36", features = [ + "macros", + "parsing", + "formatting", + "local-offset", +] } +sha2 = "0.10.8" +url = "2.5.0" |