From f8a80039c74332e2101a177ef3fde31ef2077224 Mon Sep 17 00:00:00 2001 From: Micha White Date: Thu, 15 Aug 2024 20:14:15 -0400 Subject: Lots a changes --- scripts/Cargo.toml | 2 +- scripts/src/libs/system.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/Cargo.toml b/scripts/Cargo.toml index 45dbd47..88aa2c7 100644 --- a/scripts/Cargo.toml +++ b/scripts/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "scripts" +name = "alligator_scripts" version = "0.1.0" edition = "2021" diff --git a/scripts/src/libs/system.rs b/scripts/src/libs/system.rs index e2d0ddb..9c5a50c 100644 --- a/scripts/src/libs/system.rs +++ b/scripts/src/libs/system.rs @@ -1,5 +1,5 @@ +use std::borrow::Cow; use std::mem::align_of; -use std::{borrow::Cow, process::Command}; use chrono::Offset; use wasmtime::{Caller, Memory}; -- cgit v1.2.3