pubspec.yaml
1 # This is copied from Cargokit (which is the official way to use it currently) 2 # Details: https://fzyzcjy.github.io/flutter_rust_bridge/manual/integrate/builtin 3 4 name: build_tool 5 description: Cargokit build_tool. Facilitates the build of Rust crate during Flutter application build. 6 publish_to: none 7 version: 1.0.0 8 9 environment: 10 sdk: ">=3.0.0 <4.0.0" 11 12 # Add regular dependencies here. 13 dependencies: 14 # these are pinned on purpose because the bundle_tool_runner doesn't have 15 # pubspec.lock. See run_build_tool.sh 16 logging: 1.2.0 17 path: 1.8.0 18 version: 3.0.0 19 collection: 1.18.0 20 ed25519_edwards: 0.3.1 21 hex: 0.2.0 22 yaml: 3.1.2 23 source_span: 1.10.0 24 github: 9.17.0 25 args: 2.4.2 26 crypto: 3.0.3 27 convert: 3.1.1 28 http: 1.1.0 29 toml: 0.14.0 30 31 dev_dependencies: 32 lints: ^2.1.0 33 test: ^1.24.0