aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-src/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe-php-src/Cargo.toml')
-rw-r--r--crates/shirabe-php-src/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/shirabe-php-src/Cargo.toml b/crates/shirabe-php-src/Cargo.toml
index e2028c40..ae73c313 100644
--- a/crates/shirabe-php-src/Cargo.toml
+++ b/crates/shirabe-php-src/Cargo.toml
@@ -3,6 +3,9 @@ name = "shirabe-php-src"
version.workspace = true
edition.workspace = true
license = "BSD-3-Clause AND Zlib"
+# The module tree mirrors php-src's own tree, so `src/main.rs` is the `main/` directory of
+# php-src, not a binary entry point.
+autobins = false
[lints]
workspace = true