11 lines
321 B
TOML
11 lines
321 B
TOML
[package]
|
|
name = "docker-nisse"
|
|
version = "0.1.0"
|
|
authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
futures = "0.3"
|
|
shiplift = { git = "https://github.com/softprops/shiplift.git", rev = "49afd94f8d084ac028920c1785b2ddb05c13bef3" }
|
|
tokio = { version = "0.2", features = ["macros"] }
|