Skip to content

Commit 1eb3853

Browse files
committed
chore: add authors, description, and license to Cargo.toml
1 parent fe263b8 commit 1eb3853

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "php-parser"
33
version = "0.1.0"
44
edition = "2024"
5+
authors = ["Di Wu <hi@wudi.io>"]
6+
description = "A fast PHP parser written in Rust"
7+
license = "MIT"
58

69
[dependencies]
710
bumpalo = { version = "3.19.0", features = ["collections"] }

0 commit comments

Comments
 (0)