diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2024-02-28 18:00:30 +0100 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2024-02-28 18:00:30 +0100 |
commit | 4e8ac826929117f95baeb37e1518773d1169d900 (patch) | |
tree | 8d83639b336ece6422e9f3391655db12f30d6013 /kattis-open/pickupsticks/Cargo.toml | |
parent | d4fcb8a4a815ce8c888c3e06330e9cff71e3c312 (diff) | |
download | programming-problem-solving-4e8ac826929117f95baeb37e1518773d1169d900.tar.gz |
Random uncommited stuff
Diffstat (limited to 'kattis-open/pickupsticks/Cargo.toml')
-rw-r--r-- | kattis-open/pickupsticks/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kattis-open/pickupsticks/Cargo.toml b/kattis-open/pickupsticks/Cargo.toml new file mode 100644 index 0000000..13df4d9 --- /dev/null +++ b/kattis-open/pickupsticks/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "challenge" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |