11 lines
293 B
TOML
11 lines
293 B
TOML
[package]
|
|
name = "mozannotation_client"
|
|
version = "0.1.0"
|
|
authors = ["Gabriele Svelto"]
|
|
edition = "2018"
|
|
license = "MPL-2.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
nsstring = { path = "../../../xpcom/rust/nsstring/" }
|