mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-04-19 01:52:53 +00:00
8 lines
297 B
Dart
8 lines
297 B
Dart
/// This is copied from Cargokit (which is the official way to use it currently)
|
|
/// Details: https://fzyzcjy.github.io/flutter_rust_bridge/manual/integrate/builtin
|
|
|
|
import 'package:build_tool/build_tool.dart' as build_tool;
|
|
|
|
void main(List<String> arguments) {
|
|
build_tool.runMain(arguments);
|
|
}
|