15 lines
334 B
TOML
15 lines
334 B
TOML
[package]
|
|
name = "glog"
|
|
version = "0.1.0"
|
|
authors = ["Bill Thiede <git@xinu.tv>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
log = { version = "0.4.8", features = ["std"] }
|
|
chrono = "0.4.10"
|
|
gettid = "0.1.0"
|
|
hostname = "0.3.0"
|
|
username = "0.2.0"
|