mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 02:39:22 +00:00
Change underscore into hyphen
This commit is contained in:
parent
107442cc06
commit
dcdd964e0c
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rustpython_compiler"
|
name = "rustpython-compiler"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["coolreader18 <33094578+coolreader18@users.noreply.github.com>", "Windel Bouwman <windel@windel.nl>"]
|
authors = ["coolreader18 <33094578+coolreader18@users.noreply.github.com>", "Windel Bouwman <windel@windel.nl>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustpython_bytecode = { path = "../bytecode" }
|
rustpython-bytecode = { path = "../bytecode" }
|
||||||
rustpython_parser = { path = "../parser" }
|
rustpython-parser = { path = "../parser" }
|
||||||
num-complex = { version = "0.2", features = ["serde"] }
|
num-complex = { version = "0.2", features = ["serde"] }
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue