-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCargo.toml
24 lines (23 loc) · 800 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "whatbpm"
version = "1.0.2"
authors = ["Sergey Grishakov <[email protected]>"]
categories = ["multimedia", "multimedia::audio", "science", "text-processing", "visualization"]
description = "💓 Today's Trending Values for EDM Production"
edition = "2021"
homepage = "https://sergree.github.io/whatbpm/"
keywords = ["bpm", "key", "beatport", "music", "analytics"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sergree/whatbpm"
[dependencies]
anyhow = "1.0"
chrono = "0.4"
comrak = "0.15"
lazy_static = "1.4"
reqwest = { version = "0.11", features = ["json"] }
scraper = "0.13"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = { version = "2.1", features = ["chrono_0_4"] }
tera = "1"
tokio = { version = "1.22", features = ["full"] }