diff options
author | alyx <alyx@aleteoryx.me> | 2023-11-20 22:52:14 -0500 |
---|---|---|
committer | alyx <alyx@aleteoryx.me> | 2023-11-20 22:52:14 -0500 |
commit | db4b0b541ea7484be9e0c7576b883990c67fff3a (patch) | |
tree | 298a7f0e9e5bcc5bca34be0c6f55e9fc2f249d2b /2015/rs/base/Cargo.toml | |
parent | 42514d75062817fad36bceffeb5cd9be5a82db3c (diff) | |
download | adventofcode-db4b0b541ea7484be9e0c7576b883990c67fff3a.tar.gz adventofcode-db4b0b541ea7484be9e0c7576b883990c67fff3a.tar.bz2 adventofcode-db4b0b541ea7484be9e0c7576b883990c67fff3a.zip |
2015.10, fix base
Diffstat (limited to '2015/rs/base/Cargo.toml')
-rw-r--r-- | 2015/rs/base/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2015/rs/base/Cargo.toml b/2015/rs/base/Cargo.toml new file mode 100644 index 0000000..6916ddc --- /dev/null +++ b/2015/rs/base/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "base" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |