feat: add basic no drop

This commit is contained in:
2025-07-22 22:01:05 +02:00
commit 0f50b3d5bf
7 changed files with 971 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.1.0"
[workspace.dependencies]
nodrop = { path = "crates/nodrop" }
anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }