apprentice/Cargo.toml
Jason Travis Smith 5d4e3ab9fa Beginning to restructure the task and thread system.
This defines the thread and task system better.
2016-06-22 17:17:59 -04:00

17 lines
440 B
TOML

[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 = ["apprentice", "scheduler", "task", "thread"]
[dependencies.chrono]
git = "https://gitlab.com/CyberMages/chrono.git"
[dependencies.scribe]
git = "https://gitlab.com/CyberMages/scribe.git"