summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorInna Palant <ipalant@google.com>2023-12-13 16:58:03 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-12-13 16:58:03 +0000
commiteaccbff5f1cad3f09f791c1f784ea6db9a844b1f (patch)
treecaceb3d988b3cd1bab30d1e0d2fbe5e0ff398dd6 /Cargo.toml.orig
parent57bad3f55182c6dbf120f615cdeb0289469256c4 (diff)
parentc02340ae3bc6ceb00a58b2ee5a216f3f802d1ada (diff)
downloadasn1-rs-impl-android14-qpr2-release.tar.gz
Original change: undetermined Change-Id: I251fa78639feea8eae28e4fd5da3a3942636f9f3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig17
1 files changed, 17 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..0ed5112
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,17 @@
+[package]
+name = "asn1-rs-impl"
+version = "0.1.0"
+authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
+description = "Implementation details for the `asn1-rs` crate"
+license = "MIT/Apache-2.0"
+homepage = "https://github.com/rusticata/asn1-rs"
+repository = "https://github.com/rusticata/asn1-rs.git"
+edition = "2018"
+
+[lib]
+proc-macro = true
+
+[dependencies]
+proc-macro2 = "1"
+quote = "1"
+syn = "1"