Skip to content

Commit f91c75c

Browse files
committed
update readme
1 parent 3759b18 commit f91c75c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Hatch plugin for Rust builds
99

1010
## Overview
1111

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+
```
1220

1321
> [!NOTE]
1422
> 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

Comments
 (0)