aboutsummaryrefslogblamecommitdiffstats
path: root/Cargo.toml
blob: ce0a0f105d382ad90e96670aac00c51b814d243f (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                  





                                                                 

              




                                                                                   

                                                                     
                                                   
[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"] }