Cargo: move profile definitions to workspace root

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2021-03-10 09:57:59 +01:00
parent f6ac43816f
commit 78851ebbcf
3 changed files with 33 additions and 48 deletions

View File

@@ -12,12 +12,6 @@ categories = ["command-line-interface"]
#build = "build.rs"
default-run = "new-role"
[profile.release]
panic = "abort"
[profile.dev]
rpath = true
[lib]
name = "advotrackerdb"
path = "src/lib.rs"