summaryrefslogtreecommitdiffstats
path: root/toolkit/library/rust/shared/Cargo.toml
blob: d4b57dd10bdd1a6468e2dbf5d1951b5d5715d1f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "gkrust-shared"
version = "0.1.0"
authors = ["nobody@mozilla.org"]
license = "MPL-2.0"
description = "Shared Rust code for libxul"

[lib]
path = "lib.rs"
test = false
doctest = false
bench = false
doc = false
plugin = false
harness = false