conda-build/Cargo.toml

Fri, 16 Jan 2026 19:41:32 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Fri, 16 Jan 2026 19:41:32 -0500
changeset 2
69002abe5dcb
parent 1
a4137aedcb3a
permissions
-rw-r--r--

pointsource_algs step length estimation support

[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