173c0e5ac5
The `data` crate is intended to be used as the manifest serialization and deserialization format. This blog post describes the motivation and goals for this crate: https://rodarmor.com/blog/data type: added
9 lines
164 B
TOML
9 lines
164 B
TOML
[package]
|
|
name = "data"
|
|
version = "0.1.0"
|
|
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies.data-macros]
|
|
path = "../data-macros"
|