diff options
| author | mathiasmagnusson <mathiasmagnussons@gmail.com> | 2022-12-09 18:01:29 +0100 |
|---|---|---|
| committer | mathiasmagnusson <mathiasmagnussons@gmail.com> | 2022-12-09 18:01:29 +0100 |
| commit | ac1f723d39b6d25903237af86a7319209373731b (patch) | |
| tree | 834a897b19d1fc6ef6abd9d4af4b553d98e64bea /code-jam22/round1b/pancake-deque/Cargo.toml | |
| parent | a1eb38bebe6ce1668c3f96489506c3b05b9fe5cb (diff) | |
| download | programming-problem-solving-ac1f723d39b6d25903237af86a7319209373731b.tar.gz | |
Code jam
Diffstat (limited to 'code-jam22/round1b/pancake-deque/Cargo.toml')
| -rw-r--r-- | code-jam22/round1b/pancake-deque/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/code-jam22/round1b/pancake-deque/Cargo.toml b/code-jam22/round1b/pancake-deque/Cargo.toml new file mode 100644 index 0000000..24aa3a3 --- /dev/null +++ b/code-jam22/round1b/pancake-deque/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "pancake-deque" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |
