mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
It is called nsstring_vendor since libgkrust already depends on nsstring, and we can't have two crates with the same name in-tree. We can't directly depend on the in-tree one since this will stop independent `./mach build-geckolib` builds from working. MozReview-Commit-ID: CR4tHgzXWFZ
13 lines
220 B
TOML
13 lines
220 B
TOML
[package]
|
|
name = "nsstring_vendor"
|
|
version = "0.1.0"
|
|
authors = ["nobody@mozilla.com"]
|
|
license = "MPL-2.0"
|
|
description = "Rust bindings to xpcom string types"
|
|
|
|
|
|
# Revendoring nsstring from m-c into Servo
|
|
|
|
[dependencies]
|
|
|