refac: remove workspace and consumer, add lints
This commit is contained in:
parent
7a90ae9cb1
commit
c5646caa32
10 changed files with 17 additions and 51 deletions
29
Cargo.toml
29
Cargo.toml
|
@ -1,22 +1,11 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["consumer", "kosmora"]
|
||||
[package]
|
||||
name = "kosmora"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[profile.dev]
|
||||
rpath = false
|
||||
panic = "abort"
|
||||
lto = "off"
|
||||
opt-level = 0
|
||||
debug = true
|
||||
overflow-checks = false
|
||||
incremental = true
|
||||
codegen-units = 128
|
||||
[dependencies]
|
||||
walkdir = "2.5.0"
|
||||
|
||||
strip = "symbols"
|
||||
debug-assertions = true
|
||||
|
||||
[profile.release]
|
||||
debug-assertions = false
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
[lints.rust]
|
||||
missing_docs = "allow"
|
||||
unused = "allow"
|
Loading…
Add table
Add a link
Reference in a new issue