mirror of
https://github.com/xazukx/ts-rs.git
synced 2026-08-23 12:58:33 +00:00
12 lines
374 B
TOML
12 lines
374 B
TOML
[package]
|
|
name = "example"
|
|
version = "0.1.0"
|
|
authors = ["Moritz Bischof <moritz.bischof@aleph-alpha.de>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ts-rs = { path = "../ts-rs", features = ["serde-compat", "uuid-impl"] }
|
|
serde = { version = "1", features = ["derive", "rc"] }
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
uuid = { version = "1.1.2", features = ["v4", "serde"] }
|