diff options
author | 2025-04-03 03:09:35 +0100 | |
---|---|---|
committer | 2025-04-03 03:09:35 +0100 | |
commit | 9c561014f3c4278c0991290c898713f8e9c928e8 (patch) | |
tree | 92c60a88b34909387c854c483a3c3f4bc41c27b9 /Cargo.toml | |
parent | 2b399fb59d17bc127fbcd1533a3c079bc86770e1 (diff) | |
download | peanuts-9c561014f3c4278c0991290c898713f8e9c928e8.tar.gz peanuts-9c561014f3c4278c0991290c898713f8e9c928e8.tar.bz2 peanuts-9c561014f3c4278c0991290c898713f8e9c928e8.zip |
feat: xml logging
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +pin-project = "1" async-recursion = "1.1.1" circular = { version = "0.3.0", path = "../circular" } futures = "0.3.30" |