summaryrefslogtreecommitdiff
path: root/mods/python-rust/Cargo.toml
blob: 3a0130357f680d770e45489c0034310611848bb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "python"
version = "0.1.0"
authors = ["coco875 <pereira.jannin@gmail.com>"]
edition = "2018"

[lib]
crate-type = ["cdylib"]

[dependencies]
rustpython = { git = "https://github.com/RustPython/RustPython", version = "0.4.0" }
wasi = "0.11"