Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ida2b25c66d62b40e75eeee924fe9c39c6a6a6964
18 lines
396 B
TOML
18 lines
396 B
TOML
[package]
|
|
name = "pinakes-types"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
chrono = { workspace = true }
|
|
uuid = { workspace = true }
|
|
rustc-hash = { workspace = true }
|
|
toml = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|