24 lines
534 B
TOML
24 lines
534 B
TOML
[package]
|
|
name = "litelog"
|
|
version = "0.1.0"
|
|
authors = ["mtrx <me@mtrx.tech>"]
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
#chrono = { version = "0.4", features = ["serde"] }
|
|
actix-web = "4.10.0"
|
|
|
|
#diesel = { version = "2.1.0", default-features = false, features = ["sqlite", "chrono"] }
|
|
|
|
#uuid = { version = "1.8.0", features = ["serde", "v5"] }
|
|
|
|
#sailfish = "0.9.0"
|
|
|
|
|
|
# config loading
|
|
once_cell = "1.7.2"
|
|
dotenvy = "0.15"
|
|
env_logger = "0.11.3"
|
|
|