This repository has been archived by the owner on Jun 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Peter Huene
committed
Jun 11, 2019
1 parent
c40c103
commit cd8f0e1
Showing
20 changed files
with
65 additions
and
57 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "azure-functions-codegen" | ||
license = "MIT" | ||
version = "0.8.0" | ||
version = "0.9.0" | ||
authors = ["Peter Huene <[email protected]>"] | ||
description = "Azure Functions for Rust code generation support" | ||
repository = "https://github.com/peterhuene/azure-functions-rs/" | ||
|
@@ -12,7 +12,7 @@ edition = "2018" | |
proc-macro = true | ||
|
||
[dependencies] | ||
azure-functions-shared = { version = "0.8.0", path = "../azure-functions-shared" } | ||
azure-functions-shared = { version = "0.9.0", path = "../azure-functions-shared" } | ||
quote = "0.6.12" | ||
syn = { version = "0.15.35", features = ["full"] } | ||
proc-macro2 = { version = "0.4.30" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "azure-functions-sdk" | ||
license = "MIT" | ||
version = "0.8.0" | ||
version = "0.9.0" | ||
authors = ["Peter Huene <[email protected]>"] | ||
description = "Azure Functions for Rust Developer Tools" | ||
repository = "https://github.com/peterhuene/azure-functions-rs/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "azure-functions-shared-codegen" | ||
license = "MIT" | ||
version = "0.8.1" | ||
version = "0.9.0" | ||
authors = ["Peter Huene <[email protected]>"] | ||
description = "Azure Functions for Rust shared code generation support." | ||
repository = "https://github.com/peterhuene/azure-functions-rs/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[package] | ||
name = "azure-functions-shared" | ||
license = "MIT" | ||
version = "0.8.0" | ||
version = "0.9.0" | ||
authors = ["Peter Huene <[email protected]>"] | ||
description = "Implementations shared between the azure-functions-codegen and azure-functions crates." | ||
repository = "https://github.com/peterhuene/azure-functions-rs/" | ||
homepage = "https://functions.rs" | ||
edition = "2018" | ||
|
||
[dependencies] | ||
azure-functions-shared-codegen = { version = "0.8.1", path = "../azure-functions-shared-codegen" } | ||
azure-functions-shared-codegen = { version = "0.9.0", path = "../azure-functions-shared-codegen" } | ||
tower-grpc = "0.1.0" | ||
prost = "0.5" | ||
prost-types = "0.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
[package] | ||
name = "azure-functions" | ||
license = "MIT" | ||
version = "0.8.0" | ||
version = "0.9.0" | ||
authors = ["Peter Huene <[email protected]>"] | ||
description = "Azure Functions for Rust" | ||
repository = "https://github.com/peterhuene/azure-functions-rs/" | ||
homepage = "https://functions.rs" | ||
edition = "2018" | ||
|
||
[dependencies] | ||
azure-functions-shared = { version = "0.8.0", path = "../azure-functions-shared" } | ||
azure-functions-codegen = { version = "0.8.0", path = "../azure-functions-codegen" } | ||
azure-functions-shared = { version = "0.9.0", path = "../azure-functions-shared" } | ||
azure-functions-codegen = { version = "0.9.0", path = "../azure-functions-codegen" } | ||
http = "0.1" | ||
tower-hyper = "0.1.0" | ||
tower-grpc = "0.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.