Refactor a bit

This commit is contained in:
Bianca Fürstenau 2025-03-05 00:34:23 +01:00
parent f18a360982
commit 185fd938c1
7 changed files with 194 additions and 188 deletions

View file

@ -21,13 +21,8 @@ server = [
"dep:ring-compat",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
# The `_lib` suffix may seem redundant but it is necessary
# to make the lib name unique and wouldn't conflict with the bin name.
# This seems to be only an issue on Windows, see https://github.com/rust-lang/cargo/issues/8519
name = "bkbh_lib"
name = "bkbh"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]