ladybird/Libraries/LibURL/Rust/Cargo.toml
2026-05-28 09:27:41 +02:00

19 lines
327 B
TOML

[package]
name = "liburl_rust"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["staticlib"]
[dependencies]
libregex_rust = { path = "../../LibRegex/Rust" }
libunicode_rust = { path = "../../LibUnicode/Rust" }
[features]
default = []
allocator = []
debug-validation-errors = []
[build-dependencies]
cbindgen = "0.29"