diff options
Diffstat (limited to 'impls/monero.dart/pubspec.yaml')
| -rw-r--r-- | impls/monero.dart/pubspec.yaml | 15 |
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 |
