mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 23:58:35 -06:00
14 lines
339 B
TOML
14 lines
339 B
TOML
[package]
|
|
name = "simply-shorten"
|
|
version = "4.0.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
actix-files = "0.6.2"
|
|
rusqlite = "0.29.0"
|
|
regex = "1.7.3"
|
|
rand = "0.8.5"
|
|
actix-session = {version = "0.7.2", features = ["cookie-session"]}
|