File: pyproject.toml

package info (click to toggle)
turtlefmt 0.1.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: javascript: 68; makefile: 24; sh: 1
file content (20 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[project]
name = "turtlefmt"
classifiers = [
    "Development Status :: 3 - Alpha",
    "Intended Audience :: Developers",
    "License :: OSI Approved :: Apache Software License",
    "Programming Language :: Rust",
]
dynamic = ["version"]

[project.urls]
Source = "https://github.com/helsing-ai/turtlefmt"
Tracker = "https://github.com/helsing-ai/turtlefmt/issues"

[build-system]
requires = ["maturin~=1.0"]
build-backend = "maturin"

[tool.maturin]
bindings = "bin"