diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-08 11:14:01 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-08 11:14:01 +0100 |
commit | b2145131ccde0a33b9840ac04c8b7d79e733ae12 (patch) | |
tree | 217f7bec5e5e8aed99c1af3135a8189b850d9f63 /snapshot/Cargo.toml | |
parent | 1247f46149cbb3a21590573fdcef23e920d0addc (diff) | |
download | twclient-b2145131ccde0a33b9840ac04c8b7d79e733ae12.tar twclient-b2145131ccde0a33b9840ac04c8b7d79e733ae12.tar.bz2 twclient-b2145131ccde0a33b9840ac04c8b7d79e733ae12.tar.zst |
reset
Diffstat (limited to 'snapshot/Cargo.toml')
-rw-r--r-- | snapshot/Cargo.toml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/snapshot/Cargo.toml b/snapshot/Cargo.toml deleted file mode 100644 index 165ba3c..0000000 --- a/snapshot/Cargo.toml +++ /dev/null @@ -1,27 +0,0 @@ -[package] -name = "snapshot" -version = "0.0.1" -authors = [ - "metamuffin <metamuffin@disroot.org>", - "heinrich5991 <heinrich5991@gmail.com>", -] -license = "AGPL-3.0-only" - -[dependencies] -buffer = "0.1.9" -common = { git = "https://github.com/heinrich5991/libtw2" } -gamenet_teeworlds_0_5 = { git = "https://github.com/heinrich5991/libtw2", optional = true } -gamenet_teeworlds_0_6 = { git = "https://github.com/heinrich5991/libtw2", optional = true } -gamenet_teeworlds_0_7 = { git = "https://github.com/heinrich5991/libtw2", optional = true } -gamenet_ddnet = { git = "https://github.com/heinrich5991/libtw2", optional = true } -packer = { git = "https://github.com/heinrich5991/libtw2" } -vec_map = "0.8.0" -warn = ">=0.1.1,<0.3.0" - - -[features] -default = ["gamenet_ddnet"] -gamenet_tw_0_5 = ["gamenet_teeworlds_0_5"] -gamenet_tw_0_6 = ["gamenet_teeworlds_0_6"] -gamenet_tw_0_7 = ["gamenet_teeworlds_0_7"] -gamenet_ddnet_0_6 = ["gamenet_ddnet"] |