diff --git a/Cargo.toml b/Cargo.toml index fef0ff8..da6a947 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,14 @@ [package] name = "ansi-parser" +description = "A library using nom for parsing ANSI Escape Codes" +homepage = "https://gitlab.com/DavidBittner/ansi-parser" version = "0.1.0" authors = ["David Bittner "] edition = "2018" +license = "GPLv3" +license-file = "LICENSE" + [dependencies] nom = "4.2.3" num-traits = "0.2"