Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 685 Bytes

File metadata and controls

20 lines (15 loc) · 685 Bytes

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"