init commit
This commit is contained in:
parent
d4b364716f
commit
4466021f07
18 changed files with 4734 additions and 2 deletions
13
api/Cargo.toml
Normal file
13
api/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "septastic_api"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
anyhow = "1.0.98"
|
||||
dotenv = "0.15.0"
|
||||
env_logger = "0.11.8"
|
||||
log = "0.4.27"
|
||||
serde_json = "1.0.140"
|
||||
sqlx = { version = "0.8.6", features = [ "runtime-async-std", "postgres" ] }
|
Loading…
Add table
Add a link
Reference in a new issue