remove src/lib.rs

This commit is contained in:
Charles Hall 2024-04-27 21:08:22 -07:00
parent 0f7b6d482c
commit c097e79e52
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 32 additions and 37 deletions

View file

@ -128,14 +128,6 @@ jemalloc = ["tikv-jemalloc-ctl", "tikv-jemallocator"]
sqlite = ["rusqlite", "parking_lot", "tokio/signal"]
systemd = ["sd-notify"]
[[bin]]
name = "conduit"
path = "src/main.rs"
[lib]
name = "conduit"
path = "src/lib.rs"
[package.metadata.deb]
name = "matrix-conduit"
maintainer = "Paul van Tilburg <paul@luon.net>"