You've already forked SpaghettiKart
mirror of
https://github.com/izzy2lost/SpaghettiKart.git
synced 2026-03-26 16:57:37 -07:00
13 lines
256 B
TOML
13 lines
256 B
TOML
|
|
[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"
|