summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 5f59c5c6e37c2a79e90a13f67a77ed888f428785 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "google-sheet-export"
version = "0.0.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

[dependencies]
csv = "1.1"
reqwest = "0.9"