mirror of
https://github.com/solaeus/nucleo.git
synced 2024-12-22 01:47:49 +00:00
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:
parent
74d789c8e3
commit
e86f523e33
@ -7,6 +7,7 @@ edition = "2021"
|
|||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
repository = "https://github.com/helix-editor/nucleo"
|
repository = "https://github.com/helix-editor/nucleo"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
exclude = ["/typos.toml", "/tarpaulin.toml"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user