13 lines
267 B
TOML
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" }
|