Depends on D137269 Differential Revision: https://phabricator.services.mozilla.com/D137271
11 lines
214 B
TOML
11 lines
214 B
TOML
[package]
|
|
name = "regex-ffi"
|
|
version = "0.1.0"
|
|
authors = ["Doug Thayer <dothayer@mozilla.com>"]
|
|
edition = "2018"
|
|
license = "MPL-2.0"
|
|
|
|
[dependencies]
|
|
regex = "1"
|
|
nsstring = { path = "../../../xpcom/rust/nsstring" }
|