Skip to content

Commit

Permalink
refactor: external lib
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Nov 23, 2023
1 parent 7bb9d02 commit b806d87
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
!/frb_macros/src
!/frb_example/pure_dart/rust/Cargo.toml
!/frb_example/pure_dart/rust/src
!/frb_example/pure_dart/rust/external/Cargo.toml
!/frb_example/pure_dart/rust/external/src
!/frb_example/pure_dart/rust/example_external_lib/Cargo.toml
!/frb_example/pure_dart/rust/example_external_lib/src
!/frb_example/pure_dart_multi/rust/Cargo.toml
!/frb_example/pure_dart_multi/rust/src
!/frb_example/with_flutter/rust/Cargo.toml
Expand Down
5 changes: 5 additions & 0 deletions Cargo.lock

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

5 changes: 0 additions & 5 deletions frb_example/old/pure_dart/rust/external/Cargo.toml

This file was deleted.

1 change: 1 addition & 0 deletions frb_example/pure_dart/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ log = "0.4.19"
backtrace = "0.3.68"
chrono = "0.4.26"
uuid = "1.4.1"
external-lib = {path = "./example_external_lib", package="frb_example_pure_dart_exapmle_external_lib"}
5 changes: 5 additions & 0 deletions frb_example/pure_dart/rust/example_external_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[package]
name = "frb_example_pure_dart_exapmle_external_lib"
version = "0.1.0"

[dependencies]

0 comments on commit b806d87

Please sign in to comment.