nanobind-sys/Cargo.toml

Fri, 08 May 2026 17:28:21 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Fri, 08 May 2026 17:28:21 -0500
changeset 5
3e164c024a01
parent 1
a4137aedcb3a
permissions
-rw-r--r--

Change README title

[package]
name = "nanobind-sys"
version = "0.1.0"
edition = "2021"
authors = ["Tuomo Valkonen <tuomov@iki.fi>"]
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"]

mercurial