diff options
author | mathiasmagnusson <mathiasmagnussons@gmail.com> | 2022-02-26 17:20:49 +0100 |
---|---|---|
committer | mathiasmagnusson <mathiasmagnussons@gmail.com> | 2022-02-26 17:20:49 +0100 |
commit | 517381626f0d59b91519436b388ac505ced792f2 (patch) | |
tree | 77ff5e2e3857c971b6ebec618f163422b1ba9dcf /kattis-open-almostunionfind/Cargo.toml | |
download | programming-problem-solving-517381626f0d59b91519436b388ac505ced792f2.tar.gz |
Initial commit
Diffstat (limited to 'kattis-open-almostunionfind/Cargo.toml')
-rw-r--r-- | kattis-open-almostunionfind/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kattis-open-almostunionfind/Cargo.toml b/kattis-open-almostunionfind/Cargo.toml new file mode 100644 index 0000000..e40a8b1 --- /dev/null +++ b/kattis-open-almostunionfind/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "kattis-open-almostunionfind" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |