chore: initialize workspace and main project with standard structure

This commit is contained in:
2025-09-27 07:12:42 +02:00
parent 697be61cb1
commit 7a301eb5d7
11 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
[package]
name = "heave"
version = "0.1.0"
edition = "2024"
[dependencies]

View File

View File

View File

@@ -0,0 +1,8 @@
use std::*;
mod fun;
mod imp;
mod mcr;
mod str;
mod trt;
mod tst;

View File

View File

View File

View File