mirror of
https://github.com/mrfluffy-dev/assignment.git
synced 2026-01-16 21:30:33 +00:00
14 lines
310 B
TOML
14 lines
310 B
TOML
[package]
|
|
name = "methoddata"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix-files = "0.6.2"
|
|
actix-web = "4.3.1"
|
|
isahc = "1.7.2"
|
|
serde_json = "1.0.83"
|
|
serde = { version = "1.0", features = ["derive"] }
|