From 2ee297eb8768676ca9e3162bf0e1b71066afb3ec Mon Sep 17 00:00:00 2001 From: alyx Date: Tue, 5 Dec 2023 01:41:43 -0500 Subject: 2023.5 --- 2023/rs/code/five/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 2023/rs/code/five/Cargo.toml (limited to '2023/rs/code/five/Cargo.toml') diff --git a/2023/rs/code/five/Cargo.toml b/2023/rs/code/five/Cargo.toml new file mode 100644 index 0000000..d1c20be --- /dev/null +++ b/2023/rs/code/five/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "five" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +nom = "7.1.3" -- cgit v1.2.3-54-g00ecf