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

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