cargo: exclude dirs from package

unneeded files for downstream
This commit is contained in:
Noah Hellman 2023-04-04 23:40:59 +02:00
parent 91b6649fa8
commit a2adb40629

View file

@ -11,8 +11,10 @@ homepage = "https://hllmn.net/projects/jotdown"
repository = "https://github.com/hellux/jotdown"
documentation = "https://docs.rs/jotdown"
exclude = [
".github",
".gitmodules",
"Makefile",
"bench",
"modules",
"tests",
]