diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-08-22 22:25:57 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-08-22 22:26:24 +0200 |
commit | fc51ff9e22a809e257ae92f12272f1dbcb31f594 (patch) | |
tree | b1e0fcd8e9ca931f7d89b976eaf2a40388e98f6c /src/main.rs | |
parent | 8738cf2c6b1ce9f99e3399f35ba9f49832ffed52 (diff) |
Add position type and query on it
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 8dfc145..e53395a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,5 @@ mod config; +mod dates; mod db; mod errors; mod graphql; |