summaryrefslogtreecommitdiff
path: root/src/commands.rs
diff options
context:
space:
mode:
authorHenrique Alves <henriquelalves@gmail.com>2022-07-26 12:57:03 -0300
committerHenrique Alves <henriquelalves@gmail.com>2022-07-26 12:57:03 -0300
commitad813cb3171007900bb1919fecde76d2a6976aee (patch)
tree63b4add3143693dd306928f6b833a0ba5a8b7a5b /src/commands.rs
parentc4c208c15575e64907291d4567cd72d5ceb7c0ef (diff)
downloadglam-ad813cb3171007900bb1919fecde76d2a6976aee.tar.gz
glam-ad813cb3171007900bb1919fecde76d2a6976aee.tar.bz2
glam-ad813cb3171007900bb1919fecde76d2a6976aee.zip
Better instructions
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,