init ƸӜƷ

This commit is contained in:
mtrx 2025-05-04 04:02:09 +02:00
commit 30969e1cee
9 changed files with 1870 additions and 0 deletions

24
Cargo.toml Normal file
View file

@ -0,0 +1,24 @@
[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"