aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 06171b10a72930aae047072249302cce56c31cdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "oslobike"
version = "0.1.0"
authors = ["Harald Eilertsen <haraldei@anduin.net>"]
license = "GPL-3.0-or-later"
edition = "2018"

[dependencies]
dotenv = "0.13.0"
reqwest = "0.9.10"
serde = "1.0.88"
serde_derive = "1.0.88"
serde_json = "1.0.38"