From 068548ebdb2eb6c79932422755d7c02952f21fca Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Sat, 2 Dec 2023 01:35:19 -0800 Subject: [PATCH] actually include day two binaries in toml --- two/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/two/Cargo.toml b/two/Cargo.toml index 40b395d..8f3a9ad 100644 --- a/two/Cargo.toml +++ b/two/Cargo.toml @@ -3,6 +3,14 @@ name = "two" version = "0.1.0" edition = "2021" +[[bin]] +name = "pone" +path = "src/one.rs" + +[[bin]] +name = "ptwo" +path = "src/two.rs" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]