Refactor a bit
This commit is contained in:
parent
f18a360982
commit
185fd938c1
7 changed files with 194 additions and 188 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue