We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4ca06 commit 924a99eCopy full SHA for 924a99e
Cargo.toml
@@ -18,6 +18,8 @@ cfg-if = "1.0"
18
once_cell = "1.17"
19
anyhow = { version = "1", optional = true }
20
ext-php-rs-derive = { version = "=0.10.1", path = "./crates/macros" }
21
+
22
+[target.'cfg(linux)'.dependencies]
23
php-tokio = { version = "=0.1.4", optional = true }
24
25
[dev-dependencies]
0 commit comments