chore: cargo bootstrap

This commit is contained in:
Zhongheng Liu 2024-12-11 21:05:36 +02:00
commit 71a7dba50c
Signed by: steven
GPG key ID: 805A28B071DAD84B
3 changed files with 19 additions and 0 deletions

6
.gitignore vendored
View file

@ -7,3 +7,9 @@ devenv.local.nix
# pre-commit
.pre-commit-config.yaml
# Added by cargo
/target
/**/*.input

7
Cargo.lock generated Normal file
View file

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "advent2024"
version = "0.1.0"

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "advent2024"
version = "0.1.0"
edition = "2021"
[dependencies]