summaryrefslogtreecommitdiff
path: root/common/rust/aoc/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2021-12-01 09:55:47 +0100
committercos <cos>2021-12-01 09:55:47 +0100
commitbd71657aaadb45b75d4bb847232fe688892e3404 (patch)
treed42312fb393c53d7f3dc20416ba79bd4a9e9e927 /common/rust/aoc/Cargo.toml
parentfe601d453f8b4c00dc12fd8945be0efffe9f8165 (diff)
downloadadventofcode-bd71657aaadb45b75d4bb847232fe688892e3404.zip
Copy common lib out of year specific directory
Diffstat (limited to 'common/rust/aoc/Cargo.toml')
-rw-r--r--common/rust/aoc/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/rust/aoc/Cargo.toml b/common/rust/aoc/Cargo.toml
new file mode 100644
index 0000000..6102898
--- /dev/null
+++ b/common/rust/aoc/Cargo.toml
@@ -0,0 +1,5 @@
+[package]
+name = "aoc"
+version = "0.1.0"
+authors = ["cos <cos>"]
+edition = "2021"