about summary refs log tree commit diff
path: root/pkgs/profpatsch/nman/Cargo.toml
blob: c0704a455c94c6ee4b29d362fc660e94a0795215 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "nman"
version = "0.1.0"
edition = "2021"

[dependencies]
temp = { path =  "../../sternenseemann/rust" }

[[bin]]
name = "nman"
path = "nman.rs"