mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
19 lines
324 B
TOML
19 lines
324 B
TOML
[package]
|
|
name = "rustpython_parser"
|
|
version = "0.0.1"
|
|
authors = [ "Shing Lyu", "Windel Bouwman" ]
|
|
build = "build.rs"
|
|
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"
|