Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "main_loop"
version = "0.2.0"
authors = ["Nathan Faucett <nathanfaucett@gmail.com>"]

keywords = ["main", "loop"]
description = "main loop"
license = "MIT"
readme = "README.md"
repository = "https://gitlab.com/nathanfaucett/rs-main_loop.git"
homepage = "https://gitlab.com/nathanfaucett/rs-main_loop"

[dependencies]
time = { version = "0.1" }

[dev-dependencies]