conda-build/Cargo.toml

changeset 1
a4137aedcb3a
equal deleted inserted replaced
0:7ec1cfe19a24 1:a4137aedcb3a
1 [package]
2 name = "conda-build"
3 version = "0.1.0"
4 edition = "2021"
5 authors = ["Tuomo Valkonen <tuomov@iki.fi>"]
6 description = "Helpers for build.rs scripts for working with external deps managed by conda"
7
8 [lib]
9 name = "conda_build"
10 crate-type = ["dylib", "rlib"]
11
12 [dependencies]
13 anyhow = "~1.0.98"
14 python-config-rs = "0.1.2"

mercurial