tig-monorepo/tig-structs/Cargo.toml
2024-05-16 12:41:51 +08:00

17 lines
449 B
TOML

[package]
name = "tig-structs"
version = "0.1.0"
readme = "README.md"
license = "https://github.com/tig-foundation/tig-monorepo/tree/main/docs/agreements/end_user_license_agreement.pdf"
authors.workspace = true
repository.workspace = true
edition.workspace = true
[dependencies]
serde = { version = "1.0.196", features = ["derive"] }
serde_json = { version = "1.0.113" }
tig-utils = { path = "../tig-utils" }
[lib]
crate-type = ["cdylib", "rlib"]