diff options
author | mhsn <mail@mhsn.net> | 2025-04-30 20:26:24 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-04-30 20:26:24 +0100 |
commit | 07b66483fbb762209d645b5aa406145b9ede0b2c (patch) | |
tree | 2bc29e5d89f801aaf18ffbb6e29acf1368fbd120 /lib/rust/Cargo.toml | |
parent | f4707afdef709b9b8c1767c4b43b315cf448994f (diff) | |
download | aoc-07b66483fbb762209d645b5aa406145b9ede0b2c.tar.gz aoc-07b66483fbb762209d645b5aa406145b9ede0b2c.zip |
create lib/ for common utils
Diffstat (limited to 'lib/rust/Cargo.toml')
-rw-r--r-- | lib/rust/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/rust/Cargo.toml b/lib/rust/Cargo.toml new file mode 100644 index 0000000..c0838b1 --- /dev/null +++ b/lib/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "aoc" +version = "0.1.0" +edition = "2024" + +[dependencies] |