9 lines
215 B
TOML
9 lines
215 B
TOML
[package]
|
|
name = "data-encoding-ffi"
|
|
version = "0.1.0"
|
|
license = "MPL-2.0"
|
|
authors = ["The GNU Project Developers"]
|
|
|
|
[dependencies]
|
|
data-encoding = "2.2.1"
|
|
nsstring = { path = "../../../../../xpcom/rust/nsstring" }
|