eclipse-zenoh / zenoh-plugin-webserver

A zenoh plug-in implementing an HTTP server mapping URLs to zenoh paths. This plugin can be used to set-up a Web server where the resources are retrieved from geo-distributed zenoh storages, each leveraging various backends (file system, database, memory...)
Other
15 stars 12 forks source link

Update `Cargo.lock` #24

Closed fuzzypixelz closed 10 months ago

fuzzypixelz commented 10 months ago

Also, use env_logger::try_init instead of env_logger::init in start code.