AdventOfCode/Rust/day1/Cargo.toml

14 lines
255 B
TOML
Raw Normal View History

[package]
name = "day1"
version = "0.1.0"
authors = ["GitHub <noreply@github.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[[bin]]
name = "day1"
path = "main.rs"