Initial library commit.
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@ -0,0 +1,13 @@
|
||||
[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"]
|
||||
|
||||
|
||||
[dependencies.scribe]
|
||||
git = "https://gitlab.com/CyberMages/scribe.git"
|
Reference in New Issue
Block a user