diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-19 09:02:16 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-19 09:02:16 +0100 |
commit | cadb3057d06a38abfac9067cbdc59ce3d926a658 (patch) | |
tree | ac70156a70f5cbd52a4b4d32df1442ab734c4c22 /tools/Cargo.toml | |
parent | fbc1128f30438a4e18521073eb1bb79a77a7f20d (diff) | |
download | jellything-cadb3057d06a38abfac9067cbdc59ce3d926a658.tar jellything-cadb3057d06a38abfac9067cbdc59ce3d926a658.tar.bz2 jellything-cadb3057d06a38abfac9067cbdc59ce3d926a658.tar.zst |
item page styled
Diffstat (limited to 'tools/Cargo.toml')
-rw-r--r-- | tools/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/Cargo.toml b/tools/Cargo.toml index cba6c82..9e9b965 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -16,9 +16,5 @@ anyhow = "1.0.68" serde_json = "1.0.91" [[bin]] -path = "src/bin/create_item.rs" -name = "jellything-create-item" - -[[bin]] path = "src/bin/import.rs" name = "jellything-import" |