diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-24 18:47:19 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-24 18:47:29 +0100 |
commit | 5c9b9e972987a7ac386a7a89d8f446bd46fb4d34 (patch) | |
tree | acf57d2dc8398c89310d3a736b7c2a53e660f50f /import/Cargo.toml | |
parent | 27f4c3ff8f21282eac98583e2e1c41f7fec1f946 (diff) | |
download | jellything-5c9b9e972987a7ac386a7a89d8f446bd46fb4d34.tar jellything-5c9b9e972987a7ac386a7a89d8f446bd46fb4d34.tar.bz2 jellything-5c9b9e972987a7ac386a7a89d8f446bd46fb4d34.tar.zst |
refactor asset system pt. 2
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r-- | import/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml index 4096dc8..a05fec8 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -25,3 +25,4 @@ futures = "0.3.29" tokio = { workspace = true } regex = "1.10.2" +base64 = "0.21.7" |