mirror of
https://github.com/ProgrammingRust/examples
synced 2024-11-10 19:10:27 +00:00
13 lines
285 B
TOML
13 lines
285 B
TOML
[package]
|
|
name = "actix-gcd"
|
|
version = "0.1.0"
|
|
authors = ["You <you@example.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at
|
|
# https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix-web = "4.1"
|
|
serde = { version = "1.0", features = ["derive"] }
|