Add files via upload

This commit is contained in:
Gregory Bednov 2025-01-10 21:11:18 +03:00 committed by GitHub
commit 7663abb2ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 2152 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "fsa"
version = "0.1.0"
edition = "2021"
[dependencies]
svg = "0.18.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
futures-util = "0.3"
actix-web = "4.9.0"
actix-cors = "0.6"