toml-sync-lib 0.1.0

Helper Library for toml-sync
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "toml-sync-lib"
version = "0.1.0"
edition = "2018"
license="MIT"
description="Helper Library for toml-sync"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cargo_toml = "0.11.5"
hyper = { version = "0.14", features = ["full"] }
hyper-tls = { version ="0.5.0"}
tokio = { version = "1", features = ["full"] }
glob = {version = "0.3.0" }
prettytable-rs = "^0.8"