Skip to content

Commit

Permalink
move plugin_interface into core crates directory
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino committed Jul 4, 2023
1 parent 29e18fe commit 9fae17f
Show file tree
Hide file tree
Showing 6 changed files with 541 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ members = [
"crates/core_common",
"crates/core_photos",
"crates/core_activity_pub",
"crates/plugin_interface"
]

# define dependencies to be inherited by members of the workspace
Expand All @@ -48,7 +49,7 @@ serde = "~1.0.157"

[dependencies.photos_network_plugin]
version = "0.2.0"
path = "../plugin_interface"
path = "./crates/plugin_interface"


[dependencies]
Expand Down
Loading

0 comments on commit 9fae17f

Please sign in to comment.