mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
13 lines
214 B
TOML
13 lines
214 B
TOML
[package]
|
|
name = "nsstring"
|
|
version = "0.1.0"
|
|
authors = ["nobody@mozilla.com"]
|
|
license = "MPL-2.0"
|
|
description = "Rust bindings to xpcom string types"
|
|
|
|
[features]
|
|
gecko_debug = []
|
|
|
|
[dependencies]
|
|
bitflags = "1.0"
|
|
|