fixes
This commit is contained in:
parent
ae7ec3ea8a
commit
05b6437578
2 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ Commons provides consistent, reusable types throughout the Shoal system:
|
|||
|
||||
Add to your `Cargo.toml`:
|
||||
```toml
|
||||
common = { git = "https://git.methanium.net/shoal/commons.git" }
|
||||
shoal-types = { git = "https://git.methanium.net/shoal/commons.git" }
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
|
@ -34,4 +34,4 @@ Instead of each component defining its own types, Commons centralizes:
|
|||
- Configuration structures
|
||||
- Storage schemas
|
||||
|
||||
This ensures type safety and consistency across the entire Shoal ecosystem.
|
||||
This ensures type safety and consistency across the entire Shoal ecosystem.
|
||||
|
|
|
|||
Loading…
Reference in a new issue