aboutsummaryrefslogtreecommitdiffstats
path: root/client/dart/pubspec.yaml
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2024-12-29 20:29:28 +0100
committerBernhard Guillon <Bernhard.Guillon@begu.org>2024-12-29 20:30:08 +0100
commit45c9ca9eb3c0f858cbb2324ae290d39809c80cce (patch)
treee003d8ab7e72cef9695f35df3877733a495305b0 /client/dart/pubspec.yaml
parent1762c56956bafd6fc0636516b494dfa935ff8aec (diff)
downloadwb3s-ble-nebula-galaxy-45c9ca9eb3c0f858cbb2324ae290d39809c80cce.tar.gz
wb3s-ble-nebula-galaxy-45c9ca9eb3c0f858cbb2324ae290d39809c80cce.zip
client/dart: add simple cli test tool
Diffstat (limited to 'client/dart/pubspec.yaml')
-rw-r--r--client/dart/pubspec.yaml10
1 files changed, 10 insertions, 0 deletions
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