[package] name = "apprentice" version = "0.1.0" authors = ["Jason Travis Smith "] description = "A Rust task scheduler." license = "" repository = "https://gitlab.com/CyberMages/apprentice.git" documentation = "" keywords = ["scheduler", "task", "thread"] [dependencies.chrono] git = "https://gitlab.com/CyberMages/chrono.git" [dependencies.scribe] git = "https://gitlab.com/CyberMages/scribe.git" [dependencies.spellbook] git = "https://gitlab.com/CyberMages/spellbook.git"