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

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