File: Cargo.toml

package info (click to toggle)
nextpnr 0.10-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 40,108 kB
  • sloc: cpp: 176,747; python: 18,011; ansic: 10,558; pascal: 1,367; sh: 383; makefile: 200; vhdl: 44; objc: 42; tcl: 41
file content (14 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "example_printnets"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
name = "example_printnets"
path = "src/lib.rs"
crate-type = ["staticlib"]

[dependencies]
nextpnr = { path = "../nextpnr" }