excluded main.rs from cargo.toml
This commit is contained in:
parent
6d26bb480d
commit
97d9329c4a
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ repository = "https://git.palmoe.dk/vodofrede/eyes/"
|
|||
readme = "README.md"
|
||||
keywords = ["parsing", "parse", "simple", "no-deps"]
|
||||
categories = ["encoding", "parsing", "text-processing"]
|
||||
exclude = [".gitignore"]
|
||||
exclude = [".gitignore", "src/main.rs"]
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue