File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ edition = "2024"
99publish = false
1010rust-version = " 1.89.0"
1111license-file = " ./LICENSE.md"
12+ repository = " https://github.com/newrelic/newrelic-agent-control"
1213
1314[workspace .dependencies ]
1415serde_json = " 1.0.145"
@@ -20,7 +21,7 @@ regex = "1.12.2"
2021mockall = " 0.13.1"
2122clap = " 4.5.50"
2223nix = " 0.30.1"
23- tracing-subscriber = { version = " 0.3.20" , features = [ " json" ] }
24+ tracing-subscriber = { version = " 0.3.20" , features = [" json" ] }
2425tracing-test = " 0.2.5"
2526assert_cmd = " 2.0.17"
2627assert_matches = " 1.5.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " newrelic_agent_control"
3- description = " New Relic Agent Control Limited Preview "
3+ description = " New Relic Agent Control"
44version = " 1.2.0"
55authors.workspace = true
66edition.workspace = true
@@ -105,11 +105,12 @@ glob = "0.3.3"
105105name = " newrelic-agent-control-k8s"
106106path = " src/bin/main_k8s.rs"
107107
108- [[ bin ]] # on -host binary
108+ # On -host binary
109109# Due to a GoReleaser limitation, the generated binary here must have the same name as the final
110110# name we want to use in the generated and packaged assets.
111111# As our K8s build is more manual and does not have this problem, we can name the on-host binary
112112# just `newrelic-agent-control` while the K8s one is kept as `newrelic-agent-control-k8s`.
113+ [[bin ]]
113114name = " newrelic-agent-control"
114115path = " src/bin/main_onhost.rs"
115116
You can’t perform that action at this time.
0 commit comments