mirror of
https://github.com/kristoferssolo/des-rs.git
synced 2026-02-25 04:58:17 +00:00
refactor: use workspace
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -1,17 +1,15 @@
|
||||
[package]
|
||||
name = "des"
|
||||
version = "0.1.0"
|
||||
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
||||
edition = "2024"
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["des-lib", "bit-wrap"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
[dev-dependencies]
|
||||
[workspace.dependencies]
|
||||
bit-wrap = { path = "bit-wrap" }
|
||||
thiserror = "2"
|
||||
claims = "0.8"
|
||||
rand = "0.9"
|
||||
rstest = "0.26"
|
||||
|
||||
[lints.clippy]
|
||||
[workspace.lints.clippy]
|
||||
pedantic = "warn"
|
||||
nursery = "warn"
|
||||
unwrap_used = "warn"
|
||||
|
||||
Reference in New Issue
Block a user