Skip to content

Commit

Permalink
Add codedeploy implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty committed Jan 14, 2020
1 parent bfee16a commit 716ef4b
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 0 deletions.
25 changes: 25 additions & 0 deletions vendors/rusoto-codedeploy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[package]
workspace = "../.."
name = "adventure-rusoto-codedeploy"
version = "0.1.0"
description = "Adventure to rusoto_ecs"
repository = "https://github.com/spoqa/adventure"
categories = [
"asynchronous",
"api-bindings",
"network-programming",
"web-programming::http-client",
]
authors = ["rusty <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2018"

[features]
default = ["native-tls"]
native-tls = ["rusoto_core/native-tls", "rusoto_codedeploy/native-tls"]
rustls = ["rusoto_core/rustls", "rusoto_codedeploy/rustls"]

[dependencies]
adventure = { version = "0.5.0", path = "../../adventure" }
rusoto_core = { version = "0.42.0", default-features = false }
rusoto_codedeploy = { version = "0.42.0", default-features = false }
Loading

0 comments on commit 716ef4b

Please sign in to comment.