Skip to content

Commit

Permalink
improve Cargo.toml and add rustfmt.toml and rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Oct 10, 2024
1 parent 4dc1206 commit 8573fb3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "hyrax"
version = "0.1.0"
version = "0.0.0"
repository = "https://github.com/worldcoin/remainder-hyrax-tfh"
rust-version = "1.81.0" # See rust-toolchain.toml
edition = "2021"
publish = false

[dependencies]
itertools = "0.11.0"
Expand Down
5 changes: 5 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[toolchain]
channel = "1.81.0" # See Cargo.toml
targets = ["aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"]
profile = "minimal"
components = ["clippy", "llvm-tools-preview", "rustfmt", "rust-src", "rust-analyzer"]
1 change: 1 addition & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Use default cargo settings

0 comments on commit 8573fb3

Please sign in to comment.