diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-01-16 03:02:48 -0600 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-01-16 03:02:48 -0600 |
commit | af0d1d5cb4d9ddb1a69ba5e8313d593d02960c88 (patch) | |
tree | f9fe1b38c6aa171177465952b1f3a6a12550dc76 /Cargo.toml | |
parent | bc91cdbc75b299a810da0fed2c09acf040620fbe (diff) |
Change logging implementation.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,8 +11,8 @@ futures = "0.3.30" log = "0.4.20" serde = { version = "1.0.195", features = ["derive"] } serenity = "0.12.0" +simple_logger = "4.3.3" sqlx = { version = "0.7.3", features = ["runtime-tokio", "sqlite", "time"] } -stderrlog = "0.5.4" time = { version = "0.3.31", features = ["local-offset"] } tokio = { version = "1.35.1", features = ["rt-multi-thread"] } toml = "0.8.8" |