mirror of
https://github.com/tig-foundation/tig-monorepo.git
synced 2026-02-21 10:27:49 +08:00
17 lines
449 B
TOML
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"]
|