1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-01-11 23:53:21 +00:00
Lofty 35810c9f87
Rust cleanup (#1573)
* rust: formatting cleanup

* rust: explicitly mark as ISC license

* rust: use std::ffi C types instead of libc dependency
2025-10-10 16:04:19 +02:00

15 lines
258 B
TOML

[package]
name = "nextpnr"
version = "0.1.0"
edition = "2024"
license = "ISC"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "nextpnr"
path = "src/lib.rs"
crate-type = ["rlib"]
[dependencies]