mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
17 lines
236 B
TOML
17 lines
236 B
TOML
[source]
|
|
git = "https://github.com/cython/cython"
|
|
rev = "3.2.4"
|
|
shallow_clone = true
|
|
|
|
[build]
|
|
template = "python"
|
|
dev-dependencies = [
|
|
"host:python312",
|
|
"host:python3-setuptools",
|
|
]
|
|
|
|
[package]
|
|
dependencies = [
|
|
"python312"
|
|
]
|