16 lines
336 B
TOML
16 lines
336 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "project_euler"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "utils"
|
|
version = "0.1.0"
|
|
source = "git+https://git.plobos.xyz/projects/PuzzleUtils.git#d3a93a875f56c8f865411c0b7437986f413ca524"
|