docs: use public packages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -22,14 +22,14 @@
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nodrop = { git = "https://github.com/kjuulh/nodrop" }
|
nodrop = "*"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Enable `notmad` integration (optional)
|
### Enable `notmad` integration (optional)
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nodrop = { git = "https://github.com/kjuulh/nodrop", features = ["notmad"] }
|
nodrop = { version = "*", features = ["notmad"] }
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Reference in New Issue
Block a user