gecko-dev/third_party/rust/syntex_pos/Cargo.toml

12 строки
312 B
TOML

[package]
name = "syntex_pos"
version = "0.54.0"
authors = [ "erick.tryzelaar@gmail.com" ]
license = "MIT/Apache-2.0"
description = "Export of libsyntax_pos for code generation"
repository = "https://github.com/serde-rs/syntex"
include = ["Cargo.toml", "src/**/*.rs"]
[dependencies]
rustc-serialize = "^0.3.16"