mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
11 lines
275 B
TOML
11 lines
275 B
TOML
[package]
|
|
name = "docker_sample"
|
|
version = "0.1.0"
|
|
authors = ["docker_sample <docker_sample@sample.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
actix-rt = "1.0.0"
|
|
actix-web = "2.0.0" |