mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
20 lines
427 B
TOML
20 lines
427 B
TOML
[package]
|
|
name = "rustpython"
|
|
version = "0.4.0"
|
|
description = "A Python-3 (CPython >= 3.5.0) Interpreter written in Rust 🐍 😱 🤘"
|
|
license-file = "LICENSE"
|
|
readme = "README.md"
|
|
repository = "https://github.com/RustPython/RustPython"
|
|
|
|
[[module]]
|
|
name = "rustpython"
|
|
source = "target/wasm32-wasip1/release/rustpython.wasm"
|
|
abi = "wasi"
|
|
|
|
[[command]]
|
|
name = "rustpython"
|
|
module = "rustpython"
|
|
|
|
[fs]
|
|
"/lib/rustpython" = "Lib"
|