|
|
@@ -1,6 +1,6 @@
|
|
|
[package]
|
|
|
name = "solang-parser"
|
|
|
-version = "0.2.2"
|
|
|
+version = "0.2.3"
|
|
|
authors = ["Sean Young <sean@mess.org>", "Lucas Steuernagel <lucas.tnagel@gmail.com>", "Cyrill Leutwiler <bigcyrill@hotmail.com>"]
|
|
|
homepage = "https://github.com/hyperledger/solang"
|
|
|
documentation = "https://solang.readthedocs.io/"
|
|
|
@@ -9,6 +9,7 @@ build = "build.rs"
|
|
|
description = "Solang Solidity Parser"
|
|
|
keywords = [ "solidity", "parser" ]
|
|
|
edition = "2021"
|
|
|
+exclude = [ "/testdata" ]
|
|
|
|
|
|
[build-dependencies]
|
|
|
lalrpop = "0.19"
|