summaryrefslogtreecommitdiffstats
path: root/xpcom/rust/gkrust_utils/Cargo.toml
blob: 3a484b68dd75f4a0766900c40d3243e0868078ab (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "gkrust_utils"
version = "0.1.0"
authors = ["Jonathan Kingston <jkt@mozilla.com>"]

[dependencies]
uuid = { version = "0.8", features = ["v4"] }
semver = "0.9"
nsstring = { path = "../nsstring" }