chore: initialize empty workspace structure with empty lib project with deps

This commit is contained in:
2025-11-15 11:42:36 +01:00
parent 1ca8c5ea75
commit ab757e3080
11 changed files with 167 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[package]
name = "oxydice_lib"
version = "0.1.0"
edition = "2024"
[dependencies]
rand = "0.9.2"

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