init start modules

This commit is contained in:
artus
2018-12-16 14:44:58 +01:00
parent 064619b18a
commit 20f73d1c1d
8 changed files with 54 additions and 4 deletions

8
planner/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "planner"
version = "0.1.0"
authors = ["artus <artus@landoftheunicorn.hd.free.fr>"]
edition = "2018"
[dependencies]
cookbook = { path = "../cookbook/" }