diff options
author | syn <isaqtm@gmail.com> | 2020-05-25 20:17:39 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-05-25 20:17:39 +0300 |
commit | b338d7e2ae3d9e921d513943bd8fcd1043d60dd1 (patch) | |
tree | b5ca1b689259f9698284a7453f28484b1f0090f7 /types/Cargo.toml | |
parent | b6efc9b39a367da829e84af581387733600c08d7 (diff) | |
download | pert-master.tar.gz |
Every single piece of fucking shit is typed now
Diffstat (limited to 'types/Cargo.toml')
-rw-r--r-- | types/Cargo.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/types/Cargo.toml b/types/Cargo.toml new file mode 100644 index 0000000..3dd04c9 --- /dev/null +++ b/types/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "pert-types" +version = "0.1.0" +authors = ["syn <isaqtm@gmail.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +serde = "1" +serde_derive = "1" +serde-aux = "0.6" + +[build-dependencies] +pest = "2.0" +pest_derive = "2.0" +quote = "0.3" |