diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-25 17:42:15 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-25 17:42:15 +0200 |
commit | 7efece270151d8a22e3d5f209cf9707d989c4ac5 (patch) | |
tree | bf6fe4e1433b0f83676a07c5924c53ca0a403aa0 /import | |
parent | 95125ad3a02eb561a41d8b046876cc9a375feb8d (diff) | |
download | jellything-7efece270151d8a22e3d5f209cf9707d989c4ac5.tar jellything-7efece270151d8a22e3d5f209cf9707d989c4ac5.tar.bz2 jellything-7efece270151d8a22e3d5f209cf9707d989c4ac5.tar.zst |
move deps to workspace and update rocket to master
Diffstat (limited to 'import')
-rw-r--r-- | import/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml index f720169..bdb6813 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -8,7 +8,7 @@ jellycommon = { path = "../common" } jellymatroska = { path = "../matroska" } jellyremuxer = { path = "../remuxer" } -log = "0.4.20" +log = { workspace = true } env_logger = "0.10.0" anyhow = "1.0.75" clap = { version = "4.4.4", features = ["derive"] } |