1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 13:27:03 -05:00
chhoto-url/actix/Cargo.toml

13 lines
255 B
TOML
Raw Normal View History

2023-04-02 16:53:55 -05:00
[package]
2023-04-02 22:26:23 -05:00
name = "simply-shorten"
2023-04-02 16:53:55 -05:00
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"
2023-04-02 22:26:23 -05:00
actix-files = "0.6.2"
sqlite = "0.30.4"
regex = "1.7.3"