~aleteoryx/lfm_embed

ref: 60f8bc89d2fb182906fbedb4d4dc39d87af7d8e5 lfm_embed/Cargo.toml -rw-r--r-- 666 bytes
60f8bc89alyx add GPLv3, update manifest 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "lfm_embed"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://git.aleteoryx.me/cgit/lfm_embed"
readme = "README.md"
authors = ["Aleteoryx <alyx@aleteoryx.me>"]
description = "A simple webserver for rendering a last.fm embed."
documentation = "https://git.aleteoryx.me/cgit/lfm_embed/about"

[dependencies]
dotenv = "0.15.0"
duration-str = "0.5.1"
env_logger = "0.10.0"
log = "0.4.19"
reqwest = { version = "0.11.18", features = ["gzip", "deflate", "brotli", "json"] }
serde = { version = "1.0.183", features = ["derive", "rc", "alloc"] }
serde_json = "1.0.104"
tokio = { version = "1.29.1", features = ["full"] }