Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/ZakFarmer/php-rs into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
ZakFarmer committed Oct 18, 2023
2 parents c5c036f + 8045ad6 commit 210aee5
Show file tree
Hide file tree
Showing 8 changed files with 703 additions and 829 deletions.
9 changes: 8 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "php-rs"
name = "php"
version = "0.1.0"
edition = "2021"

Expand All @@ -8,6 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.75"
env_logger = "0.10.0"
lazy_static = "1.4.0"
log = "0.4.20"
phf = { version = "0.11.2", features = ["macros"] }
rustyline = { version = "12.0.0", features = ["with-file-history"] }
Loading

0 comments on commit 210aee5

Please sign in to comment.