Skip to content

Commit

Permalink
refactor: enforce snake_case on crate name and binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalatrax committed Nov 5, 2024
1 parent 5de1680 commit 13913fa
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["crates/brainfuck-vm", "crates/brainfuck-prover"]
members = ["crates/brainfuck_vm", "crates/brainfuck_prover"]
resolver = "2"

[workspace.package]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "brainfuck-prover"
name = "brainfuck_prover"
version.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "brainfuck-vm"
name = "brainfuck_vm"
version.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 13913fa

Please sign in to comment.