diff --git a/datfile_parser/Cargo.toml b/datfile_parser/Cargo.toml index 4855e0c..ddeb9d4 100644 --- a/datfile_parser/Cargo.toml +++ b/datfile_parser/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "wot_datfile_parser" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["dacite "] description = "A parser for `.dat` files generated by the game World of Tanks" repository = "https://github.com/dacite/wot-battle-results-parser" license = "MIT" readme = "./README.md" +exclude = ["input_files", "example_outputs"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/datfile_parser/src/lib/lib.rs b/datfile_parser/src/lib/lib.rs index 538548c..553f02c 100644 --- a/datfile_parser/src/lib/lib.rs +++ b/datfile_parser/src/lib/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/wot_datfile_parser/0.3.0")] +#![doc(html_root_url = "https://docs.rs/wot_datfile_parser/0.3.1")] //! A parser for `.dat` battle result files generated by the game World of Tanks //! ## Simple Example