10 lines
169 B
TOML
10 lines
169 B
TOML
[package]
|
|
name = "sleep"
|
|
version = "0.1.0"
|
|
authors = ["Simon Wörner <git@simon-woerner.de>"]
|
|
|
|
[dependencies]
|
|
argparse = ">=0.2.1"
|
|
shuteye = ">=0.2.0"
|
|
time = ">=0.1.36"
|