File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " rustpython"
33version = " 0.0.1"
4- authors = [" Windel Bouwman <windel@windel.nl> " , " Shing Lyu <shing.lyu@gmail.com> " ]
4+ authors = [" RustPython Team " ]
55edition = " 2018"
66
77[workspace ]
Original file line number Diff line number Diff line change 11[package ]
22name = " rustpython-bytecode"
33version = " 0.1.0"
4- authors = [" Windel Bouwman <windel@windel.nl> " ]
4+ authors = [" RustPython Team " ]
55edition = " 2018"
66
77[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " rustpython-compiler"
33version = " 0.1.0"
4- authors = [" coolreader18 <33094578+coolreader18@users.noreply.github.com> " , " Windel Bouwman <windel@windel.nl> " ]
4+ authors = [" RustPython Team " ]
55edition = " 2018"
66
77[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " rustpython-derive"
33version = " 0.1.0"
4- authors = [" Joey <jmhain@protonmail.com> " ]
4+ authors = [" RustPython Team " ]
55edition = " 2018"
66
77[lib ]
Original file line number Diff line number Diff line change 11[package ]
22name = " rustpython-parser"
33version = " 0.0.1"
4- authors = [ " Shing Lyu " , " Windel Bouwman " ]
4+ authors = [ " RustPython Team " ]
55build = " build.rs"
66edition = " 2018"
77
Original file line number Diff line number Diff line change 11[package ]
22name = " rustpython-vm"
33version = " 0.1.0"
4- authors = [" Shing Lyu <shing.lyu@gmail.com> " ]
4+ authors = [" RustPython Team " ]
55edition = " 2018"
66
77[features ]
Original file line number Diff line number Diff line change 11[package ]
22name = " rustpython_wasm"
33version = " 0.1.0-pre-alpha.2"
4- authors = [" Ryan Liddle <ryan@rmliddle.com> " ]
4+ authors = [" RustPython Team " ]
55license = " MIT"
66description = " A Python-3 (CPython >= 3.5.0) Interpreter written in Rust, compiled to WASM"
77repository = " https://github.com/RustPython/RustPython/tree/master/wasm/lib"
You can’t perform that action at this time.
0 commit comments