Skip to content

Commit

Permalink
feat: lysand user
Browse files Browse the repository at this point in the history
  • Loading branch information
CutestNekoAqua committed May 13, 2024
1 parent 9e6445d commit eec3a03
Show file tree
Hide file tree
Showing 7 changed files with 367 additions and 20 deletions.
191 changes: 173 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ serde_json = "1.0.115"
chrono = "0.4.38"
lazy_static = "1.4.0"
async_once = "0.2.6"
reqwest = { version = "0.12.4", features = ["blocking", "json", "multipart"] }
time = { version = "0.3.36", features = ["serde"] }
serde_derive = "1.0.201"

[dependencies.sea-orm]
version = "0.12.0"
Expand Down
2 changes: 2 additions & 0 deletions src/lysand/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pub mod objects;
pub mod superx;
pub mod test;
Loading

0 comments on commit eec3a03

Please sign in to comment.