AdventOfCode2022/Cargo.toml

12 lines
223 B
TOML
Raw Normal View History

2022-12-16 23:40:44 +00:00
[package]
name = "day15"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
curl = "0.4.44"
libc = "0.2.138"
regex = "1.7.0"