time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

commit dbc83899c2dfdaea44b5a7f100ac3568c2820bc9
parent 1841203fbdb5eba7afd66d80c2c8f92bbdea021e
Author: NunoSempere <nuno.semperelh@protonmail.com>
Date:   Sat,  6 Apr 2024 00:00:50 -0400

play a bit with cargo

Diffstat:
Mrust/Cargo.lock | 2+-
Mrust/Cargo.toml | 2+-
Arust/makefile | 3+++
3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/rust/Cargo.lock b/rust/Cargo.lock @@ -103,7 +103,7 @@ dependencies = [ ] [[package]] -name = "srust" +name = "squiggle_rust" version = "0.1.0" dependencies = [ "rand", diff --git a/rust/Cargo.toml b/rust/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "srust" +name = "squiggle_rust" version = "0.1.0" edition = "2021" diff --git a/rust/makefile b/rust/makefile @@ -0,0 +1,3 @@ +run: + rustc ./src/main.rs + ./main