trisquel-icecat/icecat/toolkit/library/buildid_reader/ffi/Cargo.toml
2025-10-06 02:35:48 -06:00

13 lines
267 B
TOML

[package]
name = "buildid_reader_ffi"
version = "0.1.0"
edition = "2021"
[lib]
path = "lib.rs"
[dependencies]
buildid_reader = { path = ".." }
log = "0.4"
nsstring = { path = "../../../../xpcom/rust/nsstring" }
nserror = { path = "../../../../xpcom/rust/nserror" }