This repository has been archived on 2024-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
riplog-view/Cargo.toml

25 lines
427 B
TOML
Raw Permalink Normal View History

2020-01-24 15:16:42 +00:00
[package]
name = "riplog-view"
version = "0.1.0"
authors = ["Hamcha <hamcha@crunchy.rocks>"]
edition = "2018"
[[bin]]
name = "riplog-be"
path = "backend/main.rs"
[dependencies]
chrono = "0.4"
clap = "2.33"
walkdir = "2"
juniper = "0.14"
2020-01-27 09:05:54 +00:00
serde = "1.0.103"
serde_json = "1.0.44"
actix-web = "2.0.0"
actix-rt = "1.0.0"
actix-cors = "0.2.0"
2020-02-05 14:16:50 +00:00
actix-files = "0.2.1"
2020-01-24 15:16:42 +00:00
[dependencies.rusqlite]
version = "0.21.0"
features = ["bundled"]