Skip to content

Commit

Permalink
GH-701: remove deprecated (September 2021) manifest keys from Cargo.t…
Browse files Browse the repository at this point in the history
…oml files (#301)
  • Loading branch information
utkarshg6 authored Jun 16, 2023
1 parent 524ecca commit 1dc60bf
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion automap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion masq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion masq_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion multinode_integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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 = []

Expand Down

0 comments on commit 1dc60bf

Please sign in to comment.