fixes
This commit is contained in:
parent
ae7ec3ea8a
commit
05b6437578
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ chrono = { version = "0.4", features = ["serde"] }
|
||||||
thiserror = "2"
|
thiserror = "2"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
stp-core = { git = "https://git.methanium.net/shoal/commons.git" }
|
stp-core = { git = "https://git.methanium.net/shoal/stp.git" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ Commons provides consistent, reusable types throughout the Shoal system:
|
||||||
|
|
||||||
Add to your `Cargo.toml`:
|
Add to your `Cargo.toml`:
|
||||||
```toml
|
```toml
|
||||||
common = { git = "https://git.methanium.net/shoal/commons.git" }
|
shoal-types = { git = "https://git.methanium.net/shoal/commons.git" }
|
||||||
```
|
```
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue