Skip to content

Commit

Permalink
Platform-specific dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Oct 21, 2023
1 parent ce4ca06 commit 924a99e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ cfg-if = "1.0"
once_cell = "1.17"
anyhow = { version = "1", optional = true }
ext-php-rs-derive = { version = "=0.10.1", path = "./crates/macros" }

[target.'cfg(linux)'.dependencies]
php-tokio = { version = "=0.1.4", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 924a99e

Please sign in to comment.