summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..8d6e0a8
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,12 @@
+[package]
+name = "tinyvec_macros"
+version = "0.1.0"
+authors = ["Soveu <marx.tomasz@gmail.com>"]
+edition = "2018"
+license = "MIT OR Apache-2.0 OR Zlib"
+repository = "https://github.com/Soveu/tinyvec_macros"
+description = "Some macros for tiny containers"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]