From 162b748d3e546d9a6adf0f4db31a35ff736e1394 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Tue, 15 Apr 2025 14:39:14 -0500 Subject: [PATCH] basic explanation comments --- rush_macro/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rush_macro/Cargo.toml b/rush_macro/Cargo.toml index 1eb69f1..8bc7f9c 100644 --- a/rush_macro/Cargo.toml +++ b/rush_macro/Cargo.toml @@ -9,5 +9,5 @@ edition = "2024" #proc-macro = true [dependencies] -syn = { version = "2.0.100" } -quote = { version = "1.0.40" } \ No newline at end of file +syn = { version = "2.0.100" } # rust code from string -> data structure +quote = { version = "1.0.40" } # syn data structures to rust code \ No newline at end of file