Update .gitignore

This commit is contained in:
Théo Monnom
2022-08-16 15:29:57 +02:00
parent 037b0c4ec1
commit 191c9f9004
7 changed files with 37 additions and 6 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ glob = "0.3.0"
regex = "1.0"
[lib]
crate-type = ["cdylib"]
crate-type = ["staticlib", "cdylib"]
bench = false