diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-11-29 13:32:52 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-11-29 13:32:52 +0100 |
| commit | 5db15c323d76dca9ae71b0204d63dcb09fbbcbc5 (patch) | |
| tree | 4f69e58c9b6825b7b602712893950673abf9c286 /database/Cargo.toml | |
| parent | bac47e456085ea153ae6ae1b1e28e41868693c9c (diff) | |
| download | jellything-5db15c323d76dca9ae71b0204d63dcb09fbbcbc5.tar jellything-5db15c323d76dca9ae71b0204d63dcb09fbbcbc5.tar.bz2 jellything-5db15c323d76dca9ae71b0204d63dcb09fbbcbc5.tar.zst | |
remove asset token; db json
Diffstat (limited to 'database/Cargo.toml')
| -rw-r--r-- | database/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/database/Cargo.toml b/database/Cargo.toml index c5bfc9d..19f632a 100644 --- a/database/Cargo.toml +++ b/database/Cargo.toml @@ -11,6 +11,3 @@ log = { workspace = true } serde_json = "1.0.145" redb = "3.1.0" anyhow = "1.0.100" - -[features] -db_json = [] |