chore: initialize workspace and main project with standard structure
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "heave"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
@@ -0,0 +1,8 @@
|
||||
use std::*;
|
||||
|
||||
mod fun;
|
||||
mod imp;
|
||||
mod mcr;
|
||||
mod str;
|
||||
mod trt;
|
||||
mod tst;
|
||||
Reference in New Issue
Block a user