mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-28 05:12:26 +00:00
13 lines
253 B
TOML
13 lines
253 B
TOML
[build-system]
|
|
requires = ["maturin>=1.0,<2.0"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "openjarvis-rust"
|
|
version = "0.1.0"
|
|
description = "Rust extension module for OpenJarvis"
|
|
requires-python = ">=3.10"
|
|
|
|
[tool.maturin]
|
|
manifest-path = "Cargo.toml"
|