1
Fork 0

ini -> toml

This commit is contained in:
Jan-Erik Rediger 2024-01-05 20:53:33 +02:00
parent 51bf1e479c
commit 2f30ad0967

View file

@ -35,7 +35,7 @@ This makes for a very pleasant development experience.
Add the dependency to your `Cargo.toml`: Add the dependency to your `Cargo.toml`:
```ini ```toml
[dependencies] [dependencies]
redis = "0.11.0" redis = "0.11.0"
``` ```