ofborg/ofborg-simple-build/Cargo.toml
Daiderd Jordan 7ccb4943a1
move simple-build to a separate project
This is mostly intended as an example and since this is only useful for
testing it should be relatively safe.
2020-04-24 22:17:12 +02:00

11 lines
186 B
TOML

[package]
name = "ofborg-simple-build"
version = "0.1.0"
authors = ["Daiderd Jordan <daiderd@gmail.com>"]
edition = "2018"
[dependencies]
ofborg = { path = "../ofborg" }
log = "0.3.8"