зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
381 B
TOML
13 строки
381 B
TOML
[package]
|
|
name = "syntex_pos"
|
|
version = "0.58.1"
|
|
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"
|
|
readme = "../README.md"
|
|
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
|
|
|
|
[dependencies]
|
|
rustc-serialize = "0.3.16"
|