diff options
| author | Federico Igne <git@federicoigne.com> | 2022-07-13 11:31:40 +0100 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2022-07-13 11:31:40 +0100 |
| commit | 17bf45b273913a24a72caa964ee16a4fe84c6ec6 (patch) | |
| tree | 32346bc91982a1f14eaee0f5ff80bd6043d9dcee /rust/sublist/Cargo.toml | |
| parent | 438d66b1783918c18d1df76c419e31cc98f5fb85 (diff) | |
| download | exercism-17bf45b273913a24a72caa964ee16a4fe84c6ec6.tar.gz exercism-17bf45b273913a24a72caa964ee16a4fe84c6ec6.zip | |
[rust] Sublist
Diffstat (limited to 'rust/sublist/Cargo.toml')
| -rw-r--r-- | rust/sublist/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/sublist/Cargo.toml b/rust/sublist/Cargo.toml new file mode 100644 index 0000000..6493981 --- /dev/null +++ b/rust/sublist/Cargo.toml | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | [package] | ||
| 2 | edition = "2021" | ||
| 3 | name = "sublist" | ||
| 4 | version = "0.0.0" | ||
