conduit "library" delete, resolve some warnings from that
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
5e8ae971f1
commit
472c32f453
10 changed files with 344 additions and 96 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -17,6 +17,8 @@ rust-version = "1.75.0"
|
|||
|
||||
|
||||
[dependencies]
|
||||
hot-lib-reloader = { version = "^0.6", optional = true }
|
||||
|
||||
# Used for secure identifiers
|
||||
rand = "0.8.5"
|
||||
|
||||
|
@ -371,6 +373,8 @@ perf_measurements = [
|
|||
"opentelemetry-jaeger",
|
||||
]
|
||||
|
||||
hot_reload = ["dep:hot-lib-reloader"]
|
||||
|
||||
hardened_malloc = ["hardened_malloc-rs"]
|
||||
|
||||
# client/server interopability hacks
|
||||
|
@ -379,14 +383,6 @@ hardened_malloc = ["hardened_malloc-rs"]
|
|||
element_hacks = []
|
||||
|
||||
|
||||
[[bin]]
|
||||
name = "conduit"
|
||||
path = "src/main.rs"
|
||||
|
||||
[lib]
|
||||
name = "conduit"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[package.metadata.deb]
|
||||
name = "matrix-conduit"
|
||||
maintainer = "strawberry <strawberry@puppygock.gay>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue