mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 17:26:45 +00:00
13 lines
255 B
TOML
13 lines
255 B
TOML
[package]
|
|
name = "simply-shorten"
|
|
version = "0.1.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"
|
|
sqlite = "0.30.4"
|
|
regex = "1.7.3"
|