From 0d36d2e4c4b7c0dc24c531d80081fb7aa1e6d6aa Mon Sep 17 00:00:00 2001 From: Keuin Date: Mon, 28 Mar 2022 15:01:03 +0800 Subject: Log to file. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3