You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,14 @@ Hatch plugin for Rust builds
9
9
10
10
## Overview
11
11
12
+
A simple, extensible Rust build plugin for [hatch](https://hatch.pypa.io/latest/).
13
+
14
+
```toml
15
+
[tool.hatch.build.hooks.hatch-rs]
16
+
verbose = true
17
+
path = "."
18
+
module = "project"
19
+
```
12
20
13
21
> [!NOTE]
14
22
> This library was generated using [copier](https://copier.readthedocs.io/en/stable/) from the [Base Python Project Template repository](https://github.com/python-project-templates/base).
0 commit comments