-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
e3ede02
commit 21d7ae1
Showing
8 changed files
with
56 additions
and
7 deletions.
There are no files selected for viewing
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,3 +1,6 @@ | ||
[workspace.package] | ||
version = "0.1.9" | ||
|
||
[workspace] | ||
members = [ | ||
# Crates | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "north-config" | ||
version = "0.0.31" | ||
workspace.version = true | ||
edition = "2021" | ||
authors = ["Rex Raphael <[email protected]>"] | ||
description = "North config is a multi source configuration crate designed as part of the North Microservice Framework" | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "north-consul" | ||
version = "0.0.3" | ||
workspace.version = true | ||
edition = "2021" | ||
authors = ["Rex Raphael <[email protected]>", "Andrew Useckas <[email protected]>", "Stu Small <[email protected]>", "YoungKing <[email protected]>", "Pierre Souchay <https://github.com/pierresouchay>", "Tomer Shalev <https://github.com/tomers>"] | ||
description = "Rust client libray for Consul HTTP API" | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "north-derives" | ||
version = "0.1.2" | ||
workspace.version = true | ||
edition = "2021" | ||
authors = ["Rex Raphael <[email protected]>"] | ||
description = "North config is a multi source configuration crate designed as part of the North Microservice Framework" | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "north-service" | ||
version = "0.1.1" | ||
workspace.version = true | ||
edition = "2021" | ||
authors = ["Rex Raphael <[email protected]>"] | ||
description = "Service discovery and registry for North Microservice Framework" | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "north" | ||
version = "0.1.4" | ||
workspace.version = true | ||
edition = "2021" | ||
authors = ["Rex Raphael <[email protected]>"] | ||
description = "North Microservice Framework" | ||
|