Skip to content

Commit

Permalink
Delete nym-vpn-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
pronebird committed Oct 31, 2024
1 parent 8b80bcc commit f635814
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 776 deletions.
34 changes: 0 additions & 34 deletions nym-vpn-core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion nym-vpn-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ members = [
"crates/nym-routing",
"crates/nym-vpn-account-controller",
"crates/nym-vpn-api-client",
"crates/nym-vpn-cli",
"crates/nym-vpn-lib",
"crates/nym-vpn-network-config",
"crates/nym-vpn-proto",
Expand Down
5 changes: 1 addition & 4 deletions nym-vpn-core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-release: ## Build the Rust workspace in release mode
build-mac: ## Build the Rust workspace suitable for running the daemon
RUSTFLAGS="-C link-arg=-all_load -C link-arg=-ObjC -C link-arg=-sectcreate -C link-arg=__TEXT -C link-arg=__info_plist -C link-arg=$(CURDIR)/../nym-vpn-apple/Daemon/Info.plist -C link-arg=-sectcreate -C link-arg=__TEXT -C link-arg=__launchd_plist -C link-arg=$(CURDIR)/nym-vpn-apple/Daemon/Launchd.plist" cargo build --release

deb: build-deb-vpn-cli build-deb-vpnd build-deb-vpnc ## Build debian packages
deb: build-deb-vpnd build-deb-vpnc ## Build debian packages

# Linting targets
clippy: ## Run clippy
Expand All @@ -34,9 +34,6 @@ fmt-check: ## Check rustfmt
cargo fmt --all --check

# Debian package builds
build-deb-vpn-cli:
cargo deb -p nym-vpn-cli

build-deb-vpnd:
cargo deb -p nym-vpnd

Expand Down
59 changes: 0 additions & 59 deletions nym-vpn-core/crates/nym-vpn-cli/Cargo.toml

This file was deleted.

111 changes: 0 additions & 111 deletions nym-vpn-core/crates/nym-vpn-cli/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions nym-vpn-core/crates/nym-vpn-cli/build.rs

This file was deleted.

Loading

0 comments on commit f635814

Please sign in to comment.