first commit

This commit is contained in:
Alzalia 2025-09-04 17:46:06 +02:00
commit de1ef085ba
5 changed files with 851 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "academic-back"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.4"
dotenv = "0.15.0"
serde = "1.0.219"
serde_json = "1.0.143"
tokio = { version = "1.47.1", features = ["full"] }
tower = "0.5.2"
tower-http = { version = "0.6.6", features = ["cors"]}