1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

cow stringtable

This commit is contained in:
Robin Appelman 2020-12-06 17:42:15 +01:00
commit 9f0acad361
7 changed files with 29 additions and 16 deletions

4
Cargo.lock generated
View file

@ -70,8 +70,6 @@ dependencies = [
[[package]]
name = "bitbuffer"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2b3cd4415fb790abfc898cd449f319029933a867462634dbd427c3f884ba6c5"
dependencies = [
"bitbuffer_derive",
"err-derive",
@ -82,8 +80,6 @@ dependencies = [
[[package]]
name = "bitbuffer_derive"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f51dcbe693d21078994abd2afac5adc9bcc80fbdf80206ebdb33fec4a145693"
dependencies = [
"proc-macro2",
"quote",