conda-build/Cargo.toml

changeset 1
a4137aedcb3a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/conda-build/Cargo.toml	Thu Feb 26 09:32:12 2026 -0500
@@ -0,0 +1,14 @@
+[package]
+name = "conda-build"
+version = "0.1.0"
+edition = "2021"
+authors = ["Tuomo Valkonen <tuomov@iki.fi>"]
+description = "Helpers for build.rs scripts for working with external deps managed by conda"
+
+[lib]
+name = "conda_build"
+crate-type = ["dylib", "rlib"]
+
+[dependencies]
+anyhow = "~1.0.98"
+python-config-rs = "0.1.2"

mercurial