Skip to content

Commit

Permalink
adding features to the webpage section
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaAminpour committed Jul 30, 2024
1 parent 50ff172 commit a823440
Show file tree
Hide file tree
Showing 9 changed files with 426 additions and 22 deletions.
186 changes: 185 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ actix-web = "4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tera = "1.12"
actix-files = "0.6.6"
argon2 = "0.5.3"
jsonwebtoken = "9.3.0"

# [features]
# serde = ["dep:serde"]
Binary file modified my_db/db
Binary file not shown.
Binary file removed my_db/snap.0000000000000090
Binary file not shown.
Binary file added my_db/snap.000000000000017C
Binary file not shown.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ fn main2() -> Result<()> {



// todo this function should applied at a separate cargo
#[actix_web::main]
async fn main() -> Result<()>{
println!("Running web server...");
Expand Down
Loading

0 comments on commit a823440

Please sign in to comment.