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