Skip to content

Commit

Permalink
refact: moved to util repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Grizelj committed Aug 29, 2024
1 parent dacaa50 commit de85b3b
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 635 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ rand_xoshiro = "0.6.0"
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.105"
tokio = { version = "1.32.0", features = ["process"] }
dmw3_structs = { path = "structs" }
dmw3_consts = { path = "consts" }
dmw3_structs = { git = "https://github.com/markisha64/dmw3-util" }
dmw3_consts = { git = "https://github.com/markisha64/dmw3-util" }
async-std = "1.12.0"

[package.metadata.bundle]
Expand Down
6 changes: 0 additions & 6 deletions consts/Cargo.toml

This file was deleted.

84 changes: 0 additions & 84 deletions consts/src/lib.rs

This file was deleted.

182 changes: 0 additions & 182 deletions structs/Cargo.lock

This file was deleted.

11 changes: 0 additions & 11 deletions structs/Cargo.toml

This file was deleted.

Loading

0 comments on commit de85b3b

Please sign in to comment.