Skip to content

Commit d99d8b8

Browse files
Add example/rust
Signed-off-by: Ivan-Velickovic <i.velickovic@unsw.edu.au>
1 parent 1ec7db9 commit d99d8b8

File tree

9 files changed

+1001
-0
lines changed

9 files changed

+1001
-0
lines changed

example/rust/.cargo/config.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
# Copyright 2023, Colias Group, LLC
3+
#
4+
# SPDX-License-Identifier: BSD-2-Clause
5+
#
6+
7+
[unstable]
8+
unstable-options = true
9+
10+
[env]
11+
RUST_TARGET_PATH = { value = "support/targets", relative = true }

0 commit comments

Comments
 (0)