aboutsummaryrefslogtreecommitdiff
path: root/import/asset_token/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'import/asset_token/Cargo.toml')
-rw-r--r--import/asset_token/Cargo.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/import/asset_token/Cargo.toml b/import/asset_token/Cargo.toml
deleted file mode 100644
index a85fcd2..0000000
--- a/import/asset_token/Cargo.toml
+++ /dev/null
@@ -1,20 +0,0 @@
-[package]
-name = "jellyimport-asset-token"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-jellycommon = { path = "../../common" }
-jellycache = { path = "../../cache" }
-serde = { version = "1.0.228", features = ["derive"] }
-serde_yaml = "0.9.34"
-log = { workspace = true }
-sha2 = "0.10.9"
-base64 = "0.22.1"
-tokio = { workspace = true }
-anyhow = "1.0.100"
-bincode = { version = "2.0.1", features = ["serde"] }
-rand = "0.9.2"
-serde_json = "1.0.145"
-aes-gcm-siv = "0.11.1"
-humansize = "2.1.3"