gecko-dev/third_party/rust/syntex/Cargo.toml
Kartikaya Gupta 10d3b0ebbe Bug 1335525 - Add webrender dependencies to third_party/rust. r=gfx
MozReview-Commit-ID: L77ffKqR5QU
2017-02-06 11:42:53 -05:00

14 lines
460 B
TOML

[package]
name = "syntex"
version = "0.54.0"
authors = [ "erick.tryzelaar@gmail.com" ]
license = "MIT/Apache-2.0"
description = "A library that enables compile time syntax extension expansion"
repository = "https://github.com/erickt/rust-syntex"
readme = "../README.md"
include = ["Cargo.toml", "src/**/*.rs"]
[dependencies]
syntex_errors = { version = "^0.54.0", path = "../syntex_errors" }
syntex_syntax = { version = "^0.54.0", path = "../syntex_syntax" }