Skip to content

Commit

Permalink
Add vc-ltl-5-rust-demo project.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Apr 16, 2023
1 parent fda46a2 commit 48334f7
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/vc-ltl-5-rust-demo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
16 changes: 16 additions & 0 deletions samples/vc-ltl-5-rust-demo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions samples/vc-ltl-5-rust-demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[package]
name = "vc-ltl-5-rust-demo"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[target.i686-pc-windows-msvc.dependencies]
vc-ltl = "5.0.5"

[target.x86_64-pc-windows-msvc.dependencies]
vc-ltl = "5.0.5"

[target.aarch64-pc-windows-msvc.dependencies]
vc-ltl = "5.0.5"
3 changes: 3 additions & 0 deletions samples/vc-ltl-5-rust-demo/src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}

0 comments on commit 48334f7

Please sign in to comment.