summaryrefslogtreecommitdiff
path: root/traits/Cargo.toml
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2020-09-02 21:00:12 +0800
committerJordan Gong <jordan.gong@protonmail.com>2020-09-02 21:00:12 +0800
commit5626a54d626cfe520ba879c42fc9dd0331c76eb9 (patch)
tree3ede9f0f8c3f2121a30d59e644f641c2a0c1d45e /traits/Cargo.toml
parenta8a40420b4106d66bdf1c447388404896dccd494 (diff)
Share behavior with traits
Diffstat (limited to 'traits/Cargo.toml')
-rw-r--r--traits/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/traits/Cargo.toml b/traits/Cargo.toml
new file mode 100644
index 0000000..a1712e6
--- /dev/null
+++ b/traits/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "traits"
+version = "0.1.0"
+authors = ["Jordan Gong <jordan.gong@protonmail.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]