1 2 3 4 5 6 7 8 9 10
[package] name = "json-type" version = "0.1.0" authors = ["hargados <hargados@tcd.ie>"] edition = "2018" description = "Encode types as json strings" license = "MIT" [dependencies] json-type-derive = "0.1.0"