diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2024-12-29 20:29:28 +0100 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2024-12-29 20:30:08 +0100 |
| commit | 45c9ca9eb3c0f858cbb2324ae290d39809c80cce (patch) | |
| tree | e003d8ab7e72cef9695f35df3877733a495305b0 /client/dart/pubspec.yaml | |
| parent | 1762c56956bafd6fc0636516b494dfa935ff8aec (diff) | |
| download | wb3s-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.yaml | 10 |
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 |
