chore: initialize workspace and main project with standard structure
This commit is contained in:
Generated
+7
@@ -0,0 +1,7 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 4
|
||||
|
||||
[[package]]
|
||||
name = "heave"
|
||||
version = "0.1.0"
|
||||
@@ -0,0 +1,4 @@
|
||||
[workspace]
|
||||
members = ["heave" ]
|
||||
resolver = "3" # optional, to specify dependency resolver version
|
||||
|
||||
@@ -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