From 3b9928a665099f10cfd7e17f82cdf222e9f3ae27 Mon Sep 17 00:00:00 2001 From: cyan Date: Tue, 30 Jul 2024 14:05:19 +0200 Subject: Embed monero.dart into monero_c (#16) --- impls/monero.dart/pubspec.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 impls/monero.dart/pubspec.yaml (limited to 'impls/monero.dart/pubspec.yaml') diff --git a/impls/monero.dart/pubspec.yaml b/impls/monero.dart/pubspec.yaml new file mode 100644 index 0000000..4f48698 --- /dev/null +++ b/impls/monero.dart/pubspec.yaml @@ -0,0 +1,15 @@ +name: monero +description: Dart library for monero +version: 0.0.0 +repository: https://git.mrcyjanek.net/mrcyjanek/monero.dart + +environment: + sdk: ^3.0.0 + +dependencies: + ffi: ^2.1.0 + +dev_dependencies: + lints: ^4.0.0 + test: ^1.24.0 + ffigen: ^13.0.0 \ No newline at end of file -- cgit v1.2.3