Skip to content

Commit

Permalink
refactor: moved napmap to its own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed Apr 1, 2024
1 parent 360921c commit 23d0ed0
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 354 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = ["jarust", "jarust_make_plugin", "jarust_plugins", "napmap"]
members = ["jarust", "jarust_make_plugin", "jarust_plugins"]

[workspace.package]
version = "0.2.4"
Expand Down
2 changes: 1 addition & 1 deletion jarust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false
[dependencies]
async-trait.workspace = true
futures-util = "0.3.29"
napmap = { version = "0.1.0", path = "../napmap" }
napmap = "0.1.1"
rand = "0.8.5"
serde_json.workspace = true
serde.workspace = true
Expand Down
20 changes: 0 additions & 20 deletions napmap/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions napmap/README.md

This file was deleted.

156 changes: 0 additions & 156 deletions napmap/src/bounded.rs

This file was deleted.

24 changes: 0 additions & 24 deletions napmap/src/lib.rs

This file was deleted.

149 changes: 0 additions & 149 deletions napmap/src/unbounded.rs

This file was deleted.

0 comments on commit 23d0ed0

Please sign in to comment.