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

18 lines
278 B
TOML

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