aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortilpner2020-05-28 19:34:05 +0200
committertilpner2020-05-28 19:34:05 +0200
commit6f0beed9c2219268807b9a7302ec374431624043 (patch)
tree8822151aa7ad77e42e71de6c514a03e1caa1af92 /Cargo.toml
parentda07a2ca3a8c5ee97eac179b28dc3d4a064fd026 (diff)
downloadgithub-label-feed-6f0beed9c2219268807b9a7302ec374431624043.tar.gz
github-label-feed-6f0beed9c2219268807b9a7302ec374431624043.tar.xz
github-label-feed-6f0beed9c2219268807b9a7302ec374431624043.zip
atom: add state, other labels, update time, author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a3f747..592719d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,10 @@ sqlx = { version = "0.3", default-features = false, features = [ "runtime-tokio"
anyhow = "1.0"
+# sqlx pretty-prints all queries with sqlformat to log, which is very expensive
+log = { version = "0.4", features = [ "max_level_off", "release_max_level_off" ] }
tracing = "0.1"
tracing-subscriber = "0.2.4"
atom_syndication = "0.9"
+rss = "1.9"