From 45c9ca9eb3c0f858cbb2324ae290d39809c80cce Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Sun, 29 Dec 2024 20:29:28 +0100 Subject: client/dart: add simple cli test tool --- client/dart/pubspec.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 client/dart/pubspec.yaml (limited to 'client/dart/pubspec.yaml') diff --git a/client/dart/pubspec.yaml b/client/dart/pubspec.yaml new file mode 100644 index 0000000..5a4e7da --- /dev/null +++ b/client/dart/pubspec.yaml @@ -0,0 +1,10 @@ +name: space_light_cli +description: space light cli. +version: 1.0.0 +# repository: https://github.com/my_org/my_repo + +environment: + sdk: ^3.6.0 + +dependencies: + bluez: ^0.8.2 -- cgit v1.2.3