docs: use public packages
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-22 22:08:16 +02:00
parent ec2fde8ef5
commit b0fe26597c

View File

@@ -22,14 +22,14 @@
```toml
[dependencies]
nodrop = { git = "https://github.com/kjuulh/nodrop" }
nodrop = "*"
```
### Enable `notmad` integration (optional)
```toml
[dependencies]
nodrop = { git = "https://github.com/kjuulh/nodrop", features = ["notmad"] }
nodrop = { version = "*", features = ["notmad"] }
```
---