structure
This commit is contained in:
parent
9fbcee0bea
commit
ae7ec3ea8a
13 changed files with 991 additions and 19 deletions
16
Cargo.toml
Normal file
16
Cargo.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "shoal-types"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Shoal Team"]
|
||||
|
||||
[dependencies]
|
||||
uuid = { version = "1", features = ["v4", "serde"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
thiserror = "2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
stp-core = { git = "https://git.methanium.net/shoal/commons.git" }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
Loading…
Reference in a new issue