2016-03-18 16:17:01 -04:00
|
|
|
[package]
|
|
|
|
name = "apprentice"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Jason Travis Smith <Jason@CyberMagesLLC.com>"]
|
|
|
|
description = "A Rust task scheduler."
|
|
|
|
license = ""
|
|
|
|
repository = "https://gitlab.com/CyberMages/apprentice.git"
|
|
|
|
documentation = ""
|
|
|
|
keywords = ["scheduler", "task", "thread"]
|
|
|
|
|
|
|
|
|
2016-03-25 02:45:34 -04:00
|
|
|
[dependencies.chrono]
|
|
|
|
git = "https://gitlab.com/CyberMages/chrono.git"
|
|
|
|
|
2016-03-18 16:17:01 -04:00
|
|
|
[dependencies.scribe]
|
|
|
|
git = "https://gitlab.com/CyberMages/scribe.git"
|
2016-03-25 02:45:34 -04:00
|
|
|
|
|
|
|
[dependencies.spellbook]
|
|
|
|
git = "https://gitlab.com/CyberMages/spellbook.git"
|