Files
RustPython/parser/Cargo.toml
2019-09-25 11:57:38 -05:00

23 lines
439 B
TOML

[package]
name = "rustpython-parser"
version = "0.1.1"
description = "Parser for python code."
authors = [ "RustPython Team" ]
build = "build.rs"
repository = "https://github.com/RustPython/RustPython"
license = "MIT"
edition = "2018"
[build-dependencies]
lalrpop="0.16.3"
[dependencies]
lalrpop-util="0.16.3"
log="0.4.1"
regex="0.2.2"
num-bigint = "0.2"
num-traits = "0.2"
unicode-xid = "0.1.0"
unic-emoji-char = "0.9.0"
wtf8 = "0.0.3"