Add files via upload
This commit is contained in:
commit
7663abb2ee
7 changed files with 2152 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue