18 lines
358 B
TOML
18 lines
358 B
TOML
|
[package]
|
||
|
name = "albatross"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Joey Hines <joey@ahines.net>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
clap = "2.33.0"
|
||
|
serde = "1.0.106"
|
||
|
serde_derive = "1.0.104"
|
||
|
config = "0.9"
|
||
|
log = "0.4.8"
|
||
|
chrono = "0.4"
|
||
|
walkdir = "2.3.1"
|
||
|
regex = "1.3.9"
|