chore: add repository to Cargo.toml

This commit is contained in:
Ryan Chandler 2022-11-28 17:29:08 +00:00
parent 5556ec2de1
commit 5ad172ce4d
No known key found for this signature in database
GPG Key ID: F113BCADDB3B0CCA

View File

@ -3,6 +3,7 @@ name = "php-parser-rs"
description = "A handwritten recursive-descent parser for PHP written in Rust"
keywords = ["php", "php-parser", "parser", "php-parser-rs", "php-ast"]
license = "MIT"
repository = "https://github.com/ryangjchandler/php-parser-rs"
version = "0.0.0"
edition = "2021"