summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-03-28 15:01:03 +0800
committerKeuin <[email protected]>2022-03-28 15:01:03 +0800
commit0d36d2e4c4b7c0dc24c531d80081fb7aa1e6d6aa (patch)
treefa5da7fcef36bdf55e49ba99df76c5f7f8a4be06 /Cargo.toml
parent53e378f8b30ec884a0ddfada945a78404ebd4a85 (diff)
Log to file.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b2f3e27..aadae82 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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