mihai-dinculescu / tapo

Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L610, L630), light strips (L900, L920, L930), plugs (P100, P105, P110, P115, P300), hubs (H100), switches (S200B) and sensors (KE100, T100, T110, T300, T310, T315).
MIT License
318 stars 30 forks source link

Issue on Rust #145

Closed DangersTR closed 7 months ago

DangersTR commented 7 months ago

Hello. I try to run your Rust projects. But i have a problem about that. First, I go to ..\tapo-main\tapo-main\tapo folder for build 'Cargo.toml'.

image

Building succesfully happen. After the build, I run the 'cargo run" command and I get this error.

image

I installed the openssl by the way.

mihai-dinculescu commented 7 months ago

Please have a look at the README. It explains how individual examples can be run.