chore: remove lib related stuff

This commit is contained in:
TECHNOFAB 2024-12-27 16:04:50 +01:00
parent 1a7c22bdbf
commit 5d2e86e6f1
No known key found for this signature in database
GPG key ID: D06FBA11BA6FF836
5 changed files with 1 additions and 13 deletions

View file

@ -13,10 +13,6 @@ authors = [
"TECHNOFAB <admin@technofab.de>",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
clap = { version = "4.5.1", features = ["derive"] }
regex = "1.10.3"