Initial import.

Previously submitted as I56c69fc259fca55be53c13fda13f1765163a7c35

Bug: 215312346
Bug: 210727578
Bug: 209794844
Test: m crosvm
Change-Id: I799f83e8fcf716afd66158033ac721241a21217f
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..d54a07f
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,20 @@
+# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
+#
+# When uploading crates to the registry Cargo will automatically
+# "normalize" Cargo.toml files for maximal compatibility
+# with all versions of Cargo and also rewrite `path` dependencies
+# to registry (e.g., crates.io) dependencies.
+#
+# If you are reading this file be aware that the original Cargo.toml
+# will likely look very different (and much more reasonable).
+# See Cargo.toml.orig for the original contents.
+
+[package]
+edition = "2018"
+name = "argh_shared"
+version = "0.1.7"
+authors = ["Taylor Cramer <cramertj@google.com>", "Benjamin Brittain <bwb@google.com>", "Erick Tryzelaar <etryzelaar@google.com>"]
+description = "Derive-based argument parsing optimized for code size"
+readme = "README.md"
+license = "BSD-3-Clause"
+repository = "https://github.com/google/argh"