blob: e97840e66ebbaa62330a27d04a9a35883b049e40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "shirabe-php-src"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "A Rust port from the original C implementation in php-src"
repository.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
|