summaryrefslogtreecommitdiff
path: root/impls/monero.dart/pubspec.yaml
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2024-07-30 14:05:19 +0200
committerGitHub <noreply@github.com>2024-07-30 14:05:19 +0200
commit3b9928a665099f10cfd7e17f82cdf222e9f3ae27 (patch)
tree162c19a77786e51304705200d11dc7cfd7da06dd /impls/monero.dart/pubspec.yaml
parent734662a597d9684f30cb46d20134d52d3631b712 (diff)
Embed monero.dart into monero_c (#16)
Diffstat (limited to 'impls/monero.dart/pubspec.yaml')
-rw-r--r--impls/monero.dart/pubspec.yaml15
1 files changed, 15 insertions, 0 deletions
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