diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Cargo.toml | 2 | ||||
| -rw-r--r-- | scripts/src/libs/system.rs | 2 |
2 files changed, 2 insertions, 2 deletions
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}; |
