diff -r 7ec1cfe19a24 -r a4137aedcb3a nanobind-sys/Cargo.toml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nanobind-sys/Cargo.toml Thu Feb 26 09:32:12 2026 -0500 @@ -0,0 +1,18 @@ +[package] +name = "nanobind-sys" +version = "0.1.0" +edition = "2021" +authors = ["Tuomo Valkonen "] +description = "Dummy crate for locating, building, and linking against nanobind" +links = "nanobind" + +[build-dependencies] +anyhow = "~1.0.98" +build-print = "~0.1.1" +conda-build = { path = "../conda-build" } +cc = "~1.2.22" +#python-config-rs = "~0.1.2" + +[lib] +name = "nanobind_sys" +crate-type = ["dylib", "rlib"]