1#
2# Copyright 2018, Data61, CSIRO (ABN 41 687 119 230)
3#
4# SPDX-License-Identifier: BSD-2-Clause
5#
6
7[package]
8name = "main"
9version = "0.0.1"
10authors = ["Kent McLeod <kent.mcleod@data61.csiro.au>"]
11description = "Sample rust hello world on camkes"
12
13[lib]
14name = "main"
15path = "src/run.rs"
16crate-type = ["staticlib"]
17