Initial commit

This commit is contained in:
2025-09-29 15:36:44 +03:00
commit ad4a888af8
6 changed files with 679 additions and 0 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "des"
version = "0.1.0"
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
edition = "2024"
[dependencies]
[dev-dependencies]
claims = "0.8"
rand = "0.9"
[lints.clippy]
pedantic = "warn"
nursery = "warn"
unwrap_used = "warn"