mirror of
https://codeberg.org/icewind/php-literal-parser.git
synced 2026-06-03 10:34:08 +02:00
rename
This commit is contained in:
parent
dc96e3190c
commit
2db3ce3fe0
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "php-object-parser"
|
||||
name = "php-literal-parser"
|
||||
version = "0.1.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
use php_object_parser::parse;
|
||||
use php_literal_parser::parse;
|
||||
|
||||
fn main() {
|
||||
let source = r###"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue