2020-04-24 20:07:59 +00:00
|
|
|
[package]
|
|
|
|
name = "ofborg-simple-build"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Daiderd Jordan <daiderd@gmail.com>"]
|
2020-04-25 11:51:14 +00:00
|
|
|
include = ["Cargo.toml", "ofborg-simple-build"] # TODO remove when carnix is fixed
|
2020-04-24 20:07:59 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
ofborg = { path = "../ofborg" }
|
|
|
|
|
|
|
|
log = "0.3.8"
|