aboutsummaryrefslogtreecommitdiff
path: root/src/commands/today/mod.rs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2020-09-26 15:05:10 -0400
committerNathan Perry <np@nathanperry.dev>2020-09-26 15:05:10 -0400
commit0dc547e5ac5736174bb9727e1e93da987ed781fd (patch)
tree9788a735df5fffc538ffc74c44440bfd62bb2b05 /src/commands/today/mod.rs
parentee1162278e54b0ecfc3de6d544bc206b9698e06d (diff)
soviet today
Diffstat (limited to 'src/commands/today/mod.rs')
-rw-r--r--src/commands/today/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands/today/mod.rs b/src/commands/today/mod.rs
index bf9a439..84f3f1b 100644
--- a/src/commands/today/mod.rs
+++ b/src/commands/today/mod.rs
@@ -32,6 +32,7 @@ mod sept_21;
mod nov_5;
mod halloween;
+mod ussr;
mod wednesday;
@@ -66,6 +67,7 @@ lazy_static! {
nov_5::nov_5,
halloween::halloween,
+ ussr::ussr,
wednesday::wednesday,