blob: ae73c313ef018a7d7e0c423cf1012e2aae508c36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
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
|