Fix file name and excluded no needed files in Cargo.toml (#30)

* Fix typo in file name

* Exclude files that don't need to be published on crates.io
This commit is contained in:
blinxen 2023-10-20 19:12:32 +02:00 committed by GitHub
parent 74d789c8e3
commit e86f523e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/helix-editor/nucleo"
readme = "README.md"
exclude = ["/typos.toml", "/tarpaulin.toml"]
[lib]