You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following Lingo.toml file gives an error when running lingo build:
% lingo build
failed to create dependency manager because of cannot find branch
Cloning mqtt ...%
The file:
[package]
name = "simulation"
version = "0.1.0"
[[app]]
name = "LockToSimulator"
main = "src/LockToSimulator.lf"
target = "C"
platform = "Native"
[app.properties]
fast = false
[dependencies]
mqtt-c = {version=">=0.1", git="https://github.com/lf-pkgs/mqtt-c.git", branch="main"}
This is my best guess for how to import the mqtt-c library (which exists at the address above). The Lingo README file file implies that something like this should work. What am I doing wrong? Can we give an example in the README file that actually works?
The text was updated successfully, but these errors were encountered:
The following Lingo.toml file gives an error when running
lingo build
:The file:
This is my best guess for how to import the mqtt-c library (which exists at the address above). The Lingo README file file implies that something like this should work. What am I doing wrong? Can we give an example in the README file that actually works?
The text was updated successfully, but these errors were encountered: