init
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "projecteuler"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[workspace]
|
||||
members = ["problems/*"]
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "*"
|
||||
factorial = "*"
|
||||
num-bigint = "*"
|
||||
primal = "*"
|
||||
itertools = "*"
|
||||
rayon = "*"
|
||||
Reference in New Issue
Block a user