summaryrefslogtreecommitdiff
path: root/src/commands.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.rs')
-rw-r--r--src/commands.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.rs b/src/commands.rs
index 4916234..7a09a8d 100644
--- a/src/commands.rs
+++ b/src/commands.rs
@@ -12,6 +12,7 @@ struct GlamObject {
packages: Vec<GlamPackage>
}
+// TODO: Add source/target folders
#[derive(Clone, Debug, Serialize, Deserialize)]
struct GlamPackage {
name : String,