Skip to content

Commit

Permalink
why am I trying this again?
Browse files Browse the repository at this point in the history
  • Loading branch information
cycle-five committed Jul 12, 2024
1 parent 8c19790 commit 5f1c58f
Show file tree
Hide file tree
Showing 7 changed files with 400 additions and 273 deletions.
4 changes: 2 additions & 2 deletions .replit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
run = "cargo build"
run = "cargo run --release --features crack-gpt,crack-osint,crack-bf,crack-voting"
hidden = ["target"]
entrypoint = "src/main.rs"
modules = ["rust-stable:v4-20240117-0bd73cd"]
Expand All @@ -25,4 +25,4 @@ pattern = "**/*.rs"
start = "rust-analyzer"

[deployment]
run = ["sh", "-c", "cargo run"]
run = ["sh", "-c", "cargo dist"]
Loading

0 comments on commit 5f1c58f

Please sign in to comment.