This commit is contained in:
Robin Appelman 2020-05-01 00:28:53 +02:00
commit 72977efbe3

View file

@ -5,6 +5,8 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018" edition = "2018"
description = "parsing of SourceEngine .nav files" description = "parsing of SourceEngine .nav files"
license = "AGPL-3.0" license = "AGPL-3.0"
repository = "https://github.com/icewind1991/sourcenav"
documentation = "https://docs.rs/sourcenav"
[dependencies] [dependencies]
bitbuffer = "0.7.1" bitbuffer = "0.7.1"