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