trisquel-icecat/icecat/xpcom/rust/gtest/nsstring/Cargo.toml
2025-10-06 02:35:48 -06:00

13 lines
263 B
TOML

[package]
edition = "2015"
name = "nsstring-gtest"
version = "0.1.0"
authors = ["nobody@mozilla.com"]
license = "MPL-2.0"
description = "Tests for rust bindings to xpcom string types"
[dependencies]
nsstring = { path = "../../nsstring" }
[lib]
path = "test.rs"