diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..d77aa9e --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,11 @@ +[build-system] +requires = ["maturin>=1.0,<2.0"] +build-backend = "maturin" + +[project] +name = "unchecked-io" +version = "0.1.0" +classifiers = [ + "Programming Language :: Rust", + "Programming Language :: Python :: 3", +] \ No newline at end of file