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







                                                                                                




                                                                                   

                                                                     
                                                   
[package]
name = "lfm_embed"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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