History log of /seL4-camkes-master/projects/camkes/apps/hellorust/components/main/Cargo.lock
Revision Date Author Comments
# 20727d73 04-Dec-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Refactor camkes simulation tests to use CTest

CTest allows the tests to be better integrated with the project build
configuration. This makes maintaining and adding tests easier. It also
makes it possible to run the tests as part of a development workflow
with a near-instant incremental rebuild instead of having to configure
and build a full project from scratch.


# 3a1a4cd0 25-Jul-2018 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Add hellorust camkes component

This demonstrates building a rust library and linking it into a camkes
component. Only x86_64 is currently supported