Skip to content

Commit

Permalink
Merge pull request #63 from farm-fe/feat/rust-monorepo
Browse files Browse the repository at this point in the history
chore: rust monorepo
  • Loading branch information
Maidang1 authored Jul 25, 2024
2 parents 219e11e + b01d17c commit 300fb6a
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
16 changes: 8 additions & 8 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 @@ -6,6 +6,6 @@ resolver = "2"
[workspace.dependencies]
farmfe_core = { version = "0.6.2" }
farmfe_utils = { version = "0.1.5" }
farmfe_toolkit_plugin_types = { version = "0.0.18" }
farmfe_toolkit_plugin_types = { version = "0.0.20" }
farmfe_macro_plugin = { version = "0.0.4" }
farmfe_toolkit = "0.0.11"
farmfe_toolkit = "0.0.13"
8 changes: 4 additions & 4 deletions packages/dsv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ license = "MIT"
crate-type = ["cdylib", "rlib"]

[dependencies]
farmfe_core = { version = "0.6.2" }
farmfe_toolkit_plugin_types = { version = "0.0.18" }
farmfe_macro_plugin = { version = "0.0.4" }
farmfe_core = { workspace = true }
farmfe_toolkit_plugin_types = { workspace = true }
farmfe_macro_plugin = { workspace = true }
csv = "1.3.0"
serde = "1.0.197"
serde_json = "1.0.116"
farmfe_toolkit = "0.0.11"
farmfe_toolkit = {workspace = true}
8 changes: 4 additions & 4 deletions packages/icons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ version = "0.0.1"
crate-type = ["cdylib", "rlib"]

[dependencies]
farmfe_core = { version = "0.6.2" }
farmfe_toolkit_plugin_types = { version = "0.0.18" }
farmfe_macro_plugin = { version = "0.0.4" }
farmfe_toolkit = "0.0.11"
farmfe_core = { workspace = true }
farmfe_toolkit_plugin_types = { workspace = true }
farmfe_macro_plugin = { workspace = true }
farmfe_toolkit = { workspace = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
farmfe_utils = "0.1.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/image/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ license = "MIT"
crate-type = ["cdylib", "rlib"]

[dependencies]
farmfe_core = { version = "0.6.2" }
farmfe_toolkit_plugin_types = { version = "0.0.18" }
farmfe_macro_plugin = { version = "0.0.4" }
farmfe_core = { workspace = true }
farmfe_toolkit_plugin_types = { workspace = true }
farmfe_macro_plugin = { workspace = true }
serde = { version = "1.0.197", features = ["derive"] }
farmfe_toolkit = "0.0.11"
farmfe_toolkit = { workspace = true }
base64 = "0.22.1"
mime_guess = "2.0.5"
lazy_static = "1.5.0"
8 changes: 4 additions & 4 deletions packages/strip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ license = "MIT"
crate-type = ["cdylib", "rlib"]

[dependencies]
farmfe_core = { version = "0.6.2" }
farmfe_toolkit_plugin_types = { version = "0.0.18" }
farmfe_macro_plugin = { version = "0.0.4" }
farmfe_toolkit = "0.0.11"
farmfe_core = { workspace = true }
farmfe_toolkit_plugin_types = { workspace = true }
farmfe_macro_plugin = { workspace = true }
farmfe_toolkit = { workspace = true }
serde = { version = "1.0.197", features = ["derive"] }
regex = "1.10.4"
8 changes: 4 additions & 4 deletions packages/url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ license = "MIT"
crate-type = ["cdylib", "rlib"]

[dependencies]
farmfe_core = { version = "0.6.2" }
farmfe_toolkit_plugin_types = { version = "0.0.18" }
farmfe_macro_plugin = { version = "0.0.4" }
farmfe_core = { workspace = true }
farmfe_toolkit_plugin_types = { workspace = true }
farmfe_macro_plugin = { workspace = true }
serde = { version = "1.0.197", features = ["derive"] }
farmfe_toolkit = "0.0.11"
farmfe_toolkit = { workspace = true }
base64 = "0.22.1"
mime_guess = "2.0.5"
lazy_static = "1.5.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/virtual/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ version = "0.0.1"
crate-type = ["cdylib", "rlib"]

[dependencies]
farmfe_core = { version = "0.6.2" }
farmfe_toolkit_plugin_types = { version = "0.0.18" }
farmfe_macro_plugin = { version = "0.0.4" }
farmfe_toolkit_plugin_types = { workspace = true }
farmfe_macro_plugin = { workspace = true }
farmfe_core = { workspace = true }
6 changes: 3 additions & 3 deletions packages/yaml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ version = "0.0.1"
crate-type = ["cdylib", "rlib"]

[dependencies]
farmfe_core = { version = "0.6.2" }
farmfe_toolkit_plugin_types = { version = "0.0.18" }
farmfe_macro_plugin = { version = "0.0.4" }
farmfe_core = { workspace = true }
farmfe_toolkit_plugin_types = { workspace = true }
farmfe_macro_plugin = { workspace = true }
serde_yaml = "0.9.34"
lazy_static = "1.5.0"
serde = "1.0.203"
Expand Down

0 comments on commit 300fb6a

Please sign in to comment.