Skip to content

edgehog-device-manager/edgehog-device-runtime-third-party-vendor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

edgehog-device-runtime-third-party-vendor

This repository contains all the vendored Rust dependencies that are required in order to build edgehog-device-runtime.

Usage

To use vendored sources, add this to your .cargo/config.toml for the edgehog-device-runtime project:

[source.crates-io]
replace-with = "vendored-sources"

[source."https://github.com/astarte-platform/astarte-device-sdk-rust.git"]
git = "https://github.com/astarte-platform/astarte-device-sdk-rust.git"
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "./edgehog-device-runtime-third-party-vendor/vendor"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •