Commons & STP
This commit is contained in:
parent
47084819e0
commit
958cf8829a
9 changed files with 1188 additions and 0 deletions
17
types/Cargo.toml
Normal file
17
types/Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "shoal-types"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[dependencies]
|
||||
uuid = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
thiserror.workspace = true
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
stp-core = { path = "../../stp/core" }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio.workspace = true
|
||||
Loading…
Reference in a new issue