nanobind-sys/Cargo.toml

changeset 1
a4137aedcb3a
equal deleted inserted replaced
0:7ec1cfe19a24 1:a4137aedcb3a
1 [package]
2 name = "nanobind-sys"
3 version = "0.1.0"
4 edition = "2021"
5 authors = ["Tuomo Valkonen <tuomov@iki.fi>"]
6 description = "Dummy crate for locating, building, and linking against nanobind"
7 links = "nanobind"
8
9 [build-dependencies]
10 anyhow = "~1.0.98"
11 build-print = "~0.1.1"
12 conda-build = { path = "../conda-build" }
13 cc = "~1.2.22"
14 #python-config-rs = "~0.1.2"
15
16 [lib]
17 name = "nanobind_sys"
18 crate-type = ["dylib", "rlib"]

mercurial