Skip to content

Commit

Permalink
Added library.json for platformio buid system. (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
olmanqj authored Nov 24, 2023
1 parent 78218d0 commit a1d3935
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "embedded-cli",
"version": "0.1.3",
"description" : "Single-header CLI library intended for use in embedded systems.",
"keywords": "CLI, Client, Line, Interface, Terminal, Embedded",
"license": "MIT",
"repository":
{
"type": "git",
"url": "https://github.com/funbiscuit/embedded-cli"
},
"build": {
"libArchive": false,
"includeDir": "lib/include/",
"srcDir": "lib/src/"
}
}

0 comments on commit a1d3935

Please sign in to comment.