diff options
author | yuzu <yuzu@b9215c17-b818-4693-b096-d1e41a411fef> | 2025-07-08 01:49:14 +0000 |
---|---|---|
committer | yuzu <yuzu@b9215c17-b818-4693-b096-d1e41a411fef> | 2025-07-08 01:49:14 +0000 |
commit | 8f05a437d80a243e504b4fb5d26b53bbd7de9c47 (patch) | |
tree | ea57f02f9b5e5a98db9028ca5ed2d2c828985ddd /src/lib.rs | |
parent | 8880b0afd01bd9afb4a47a76d90e8b90e5cbff1e (diff) | |
download | salaryman-8f05a437d80a243e504b4fb5d26b53bbd7de9c47.tar.gz salaryman-8f05a437d80a243e504b4fb5d26b53bbd7de9c47.tar.bz2 salaryman-8f05a437d80a243e504b4fb5d26b53bbd7de9c47.zip |
go fully async
git-svn-id: svn+ssh://diminuette.aengel.lesbianunix.dev/salaryman/trunk@8 b9215c17-b818-4693-b096-d1e41a411fef
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..65880be --- /dev/null +++ b/src/lib.rs @@ -0,0 +1 @@ +pub mod model; |