summaryrefslogtreecommitdiffstats
path: root/types/Cargo.toml
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2020-05-25 20:17:39 +0300
committersyn <isaqtm@gmail.com>2020-05-25 20:17:39 +0300
commitb338d7e2ae3d9e921d513943bd8fcd1043d60dd1 (patch)
treeb5ca1b689259f9698284a7453f28484b1f0090f7 /types/Cargo.toml
parentb6efc9b39a367da829e84af581387733600c08d7 (diff)
downloadpert-b338d7e2ae3d9e921d513943bd8fcd1043d60dd1.tar.gz
Finish typingHEADmaster
Every single piece of fucking shit is typed now
Diffstat (limited to 'types/Cargo.toml')
-rw-r--r--types/Cargo.toml17
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"