mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
13 lines
235 B
TOML
13 lines
235 B
TOML
[package]
|
|
name = "py_code_object"
|
|
version = "0.1.0"
|
|
authors = ["Shing Lyu <shing.lyu@gmail.com>"]
|
|
|
|
[dependencies]
|
|
log = "0.3"
|
|
env_logger = "0.3"
|
|
serde = "0.8.22"
|
|
serde_derive = "0.8"
|
|
serde_json = "0.8"
|
|
rustpython_vm = {path = "../vm"}
|