[package] name = "tracking_pixel" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] askama = "0.12.0" base64 = "0.21.0" chrono = "0.4.24" crypto-hash = "0.3.4" oneshot = "0.1.5" rand = "0.8.5" rouille="3.6.1" rusqlite = { version = "0.29.0", features = ["bundled", "chrono"] } thiserror = "1.0.40"