Merge pull request #1096 from RustPython/underscore2hyphen

Underscore2hyphen
This commit is contained in:
coolreader18 2019-07-03 10:16:03 -05:00 committed by GitHub
commit e14ac0ce39

View file

@ -1,11 +1,11 @@
[package]
name = "rustpython_compiler"
name = "rustpython-compiler"
version = "0.1.0"
authors = ["coolreader18 <33094578+coolreader18@users.noreply.github.com>", "Windel Bouwman <windel@windel.nl>"]
authors = ["RustPython Team"]
edition = "2018"
[dependencies]
rustpython_bytecode = { path = "../bytecode" }
rustpython_parser = { path = "../parser" }
rustpython-bytecode = { path = "../bytecode" }
rustpython-parser = { path = "../parser" }
num-complex = { version = "0.2", features = ["serde"] }
log = "0.3"