diff options
author | metamuffin <metamuffin@disroot.org> | 2024-12-06 16:01:18 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-12-06 16:01:18 +0100 |
commit | 8e19859996eee29ba28c4e4a933ba396924ac163 (patch) | |
tree | cc9c44f6e19d3a18ad57782f11b760abab15bca1 /rtp/Cargo.toml | |
parent | 8d02c52f770e5626a67dfdc47214fc23b744ac47 (diff) | |
download | sip-rs-8e19859996eee29ba28c4e4a933ba396924ac163.tar sip-rs-8e19859996eee29ba28c4e4a933ba396924ac163.tar.bz2 sip-rs-8e19859996eee29ba28c4e4a933ba396924ac163.tar.zst |
a
Diffstat (limited to 'rtp/Cargo.toml')
-rw-r--r-- | rtp/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtp/Cargo.toml b/rtp/Cargo.toml index 84f0116..462f52e 100644 --- a/rtp/Cargo.toml +++ b/rtp/Cargo.toml @@ -5,3 +5,4 @@ edition = "2021" [dependencies] thiserror = "2.0.3" +log = "0.4.22" |