зеркало из https://github.com/mozilla/gecko-dev.git
14 строки
500 B
TOML
14 строки
500 B
TOML
[package]
|
|
name = "syntex"
|
|
version = "0.58.1"
|
|
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", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
|
|
|
|
[dependencies]
|
|
syntex_errors = { version = "0.58", path = "../syntex_errors" }
|
|
syntex_syntax = { version = "0.58", path = "../syntex_syntax" }
|