This commit is contained in:
Robin Appelman 2020-12-01 23:07:22 +01:00
commit 2db3ce3fe0
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[package] [package]
name = "php-object-parser" name = "php-literal-parser"
version = "0.1.0" version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"] authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018" edition = "2018"

View file

@ -1,4 +1,4 @@
use php_object_parser::parse; use php_literal_parser::parse;
fn main() { fn main() {
let source = r###" let source = r###"