mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-07-08 16:30:16 +00:00
13 lines
235 B
TOML
13 lines
235 B
TOML
[package]
|
|
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 = "../" }
|
|
|
|
[lib]
|
|
path = "test.rs"
|