mirror of
https://github.com/hulthe/inkopslista.git
synced 2026-09-18 18:03:39 +02:00
favourite buttons are based on how often a good i added to list finished implementing setting category made number of days until button an environment variable rebase on main and fix ran cargo fmt
13 lines
331 B
TOML
13 lines
331 B
TOML
[package]
|
|
name = "inkopslista-srv"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
rocket = { version = "0.5.1", features = ["json"] }
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.145"
|
|
inkopslista-lib = { path = "../lib" }
|
|
sqlite = "0.37.0"
|
|
clap = { version = "4.6.6", features = ["derive", "env"] }
|