aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig10
1 files changed, 4 insertions, 6 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index f1e9ae0..a50b93f 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,18 +1,18 @@
[package]
name = "pdl-compiler"
-version = "0.1.6"
+version = "0.2.2"
edition = "2021"
description = "Parser and serializer generator for protocol binary packets"
repository = "https://github.com/google/pdl/"
license = "Apache-2.0"
-readme = "README.md"
+readme = "../README.md"
keywords = ["pdl", "parser", "serializer", "grammar"]
authors = [
"Henri Chataing <henrichataing@google.com>",
"David de Jesus Duarte <licorne@google.com>",
"Martin Geisler <mgeisler@google.com>"
]
-exclude = [".github/*", "editors/*"]
+exclude = ["editors/*"]
categories = ["parsing"]
default-run = "pdlc"
@@ -20,8 +20,6 @@ default-run = "pdlc"
name = "pdlc"
path = "src/main.rs"
-[workspace]
-
[features]
default = ["serde"]
@@ -49,4 +47,4 @@ num-derive = "0.3.3"
num-traits = "0.2.15"
thiserror = "1.0.37"
paste = "1.0.6"
-googletest = "0.8.0"
+googletest = "0.10.0"