-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-701: remove deprecated (September 2021) manifest keys from Cargo.t…
…oml files (#301)
- Loading branch information
Showing
5 changed files
with
0 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ name = "automap" | |
version = "0.7.3" | ||
authors = ["Dan Wiebe <[email protected]>", "MASQ"] | ||
license = "GPL-3.0-only" | ||
copyright = "Copyright (c) 2019-2021, MASQ (https://masq.ai) and/or its affiliates. All rights reserved." | ||
description = "Library full of code to make routers map ports through firewalls" | ||
edition = "2021" | ||
#workspace = "../node" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,6 @@ name = "masq" | |
version = "0.7.3" | ||
authors = ["Dan Wiebe <[email protected]>", "MASQ"] | ||
license = "GPL-3.0-only" | ||
copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved." | ||
description = "Reference implementation of user interface for MASQ Node" | ||
edition = "2021" | ||
workspace = "../node" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,6 @@ name = "masq_lib" | |
version = "0.7.3" | ||
authors = ["Dan Wiebe <[email protected]>", "MASQ"] | ||
license = "GPL-3.0-only" | ||
copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved." | ||
description = "Code common to Node and masq; also, temporarily, to dns_utility" | ||
edition = "2021" | ||
workspace = "../node" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,6 @@ name = "multinode_integration_tests" | |
version = "0.7.3" | ||
authors = ["Dan Wiebe <[email protected]>", "MASQ"] | ||
license = "GPL-3.0-only" | ||
copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved." | ||
description = "" | ||
edition = "2021" | ||
workspace = "../node" | ||
|
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 |
---|---|---|
|
@@ -3,12 +3,10 @@ name = "node" | |
version = "0.7.3" | ||
license = "GPL-3.0-only" | ||
authors = ["Dan Wiebe <[email protected]>", "MASQ"] | ||
copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved." | ||
description = "MASQ Node is the foundation of MASQ Network, an open-source network that allows anyone to allocate spare computing resources to make the internet a free and fair place for the entire world." | ||
edition = "2021" | ||
|
||
[workspace] | ||
#members = ["../masq_lib"] | ||
members = ["../multinode_integration_tests", "../masq_lib", "../masq"] | ||
|
||
[dependencies] | ||
|
@@ -100,8 +98,6 @@ path = "src/main_win.rs" | |
name = "node_lib" | ||
path = "src/lib.rs" | ||
|
||
cargo-bundle = "0.4.0" | ||
|
||
[features] | ||
expose_test_privates = [] | ||
|
||
|