Select Git revision
-
Per Lindgren authoredPer Lindgren authored
This project manages its dependencies using Cargo.
Learn more
Cargo.toml 294 B
[package]
name = "ktest"
version = "0.1.0"
authors = ["Per Lindgren <per.lindgren@ltu.se>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "ktest"
path = "src/lib.rs"
[[bin]]
name = "ktest"
path = "src/main.rs"