diff options
author | Keuin <[email protected]> | 2022-03-28 15:01:03 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-03-28 15:01:03 +0800 |
commit | 0d36d2e4c4b7c0dc24c531d80081fb7aa1e6d6aa (patch) | |
tree | fa5da7fcef36bdf55e49ba99df76c5f7f8a4be06 /Cargo.toml | |
parent | 53e378f8b30ec884a0ddfada945a78404ebd4a85 (diff) |
Log to file.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,4 +17,5 @@ sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "sqlite" ] } urandom = "0.1.0" bs58 = "0.4.0" tracing = "0.1.32" -tracing-subscriber = "0.3.9"
\ No newline at end of file +tracing-subscriber = "0.3.9" +tracing-appender = "0.2.2"
\ No newline at end of file |