Eleanor/Cargo.toml

27 lines
799 B
TOML
Raw Normal View History

2022-09-01 14:35:11 +00:00
[package]
name = "eleanor"
version = "0.1.1"
2022-09-01 14:35:11 +00:00
edition = "2021"
authors = ["Agatha Lovelace <agatha@technogothic.net>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
adler = "1.0.2"
chrono = "0.4.31"
dirs = "5.0.1"
kdl = "4.6.0"
miette = { version = "5.10.0", features = ["fancy"] }
mime = "0.3.17"
2022-09-01 14:35:11 +00:00
mime_guess = "2.0.4"
owo-colors = "3.5.0"
sea-orm = { version = "0.12.4", features = ["sqlx-sqlite", "runtime-tokio-native-tls", "macros"] }
sea-orm-migration = "0.12.4"
sea-query = "0.30.2"
symphonia = { version = "0.5.3", features = ["flac", "mp3", "vorbis", "ogg", "wav"] }
tokio = { version = "1.33.0", features = ["full"] }
tracing = { version = "0.1.40" }
tracing-core = "0.1.32"
tracing-subscriber = "0.3.17"
walkdir = "2.4.0"