diff options
Diffstat (limited to 'logic/Cargo.toml')
| -rw-r--r-- | logic/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/logic/Cargo.toml b/logic/Cargo.toml index 0c144f2..883fe5e 100644 --- a/logic/Cargo.toml +++ b/logic/Cargo.toml @@ -10,9 +10,6 @@ jellydb = { path = "../database" } jellytranscoder = { path = "../transcoder" } log = "0.4.28" anyhow = "1.0.100" -base64 = "0.22.1" -argon2 = "0.5.3" -aes-gcm-siv = "0.11.1" serde = { version = "1.0.228", features = ["derive", "rc"] } bincode = { version = "2.0.1", features = ["serde", "derive"] } rand = "0.9.2" |