Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.01 KB

File metadata and controls

22 lines (16 loc) · 1.01 KB

hatch rs

Hatch plugin for Rust builds

Build Status codecov License PyPI

Overview

A simple, extensible Rust build plugin for hatch.

[tool.hatch.build.hooks.hatch-rs]
verbose = true
path = "."
module = "project"

Note

This library was generated using copier from the Base Python Project Template repository.