okiba-org-backend/Cargo.toml
alok8bb 2b78a037ff
init project
Signed-off-by: alok8bb <alok8bb@gmail.com>
2023-07-29 19:22:47 +05:30

12 lines
235 B
TOML

[package]
name = "okiba-backend"
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"
env_logger = "0.10.0"
log = "0.4.19"