import tor package

This commit is contained in:
Fabian Freund
2025-09-15 06:54:59 +02:00
parent b3be0b1d7c
commit 1018afc4ae
273 changed files with 18025 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
# SPDX-FileCopyrightText: 2022 Foundation Devices Inc.
#
# SPDX-License-Identifier: MIT
generate:
cargo build --manifest-path rust/Cargo.toml && \
dart run ffigen
format:
cargo fmt --manifest-path rust/Cargo.toml && \
dart format . && \
flutter analyze