Skip to content

Commit

Permalink
Add to Cargo.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Aug 25, 2024
1 parent e7f929d commit b39d4b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "sphn"
version = "0.1.1"
edition = "2021"
license = "MIT/Apache-2.0"
description = "pyo3 wrappers to read/write audio files"
repository = "https://github.com/LaurentMazare/sphn"
keywords = ["pyo3", "audio"]
categories = ["FFI"]

[lib]
name = "sphn"
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[build-system]
requires = ["maturin>=1.4,<2.0"]
requires = [
"maturin>=1.4,<2.0",
"cmake>=3.12",
]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit b39d4b7

Please sign in to comment.