chore: initialize empty workspace structure with empty lib project with deps
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "oxydice_lib"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
rand = "0.9.2"
|
||||
@@ -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