chore: initialize empty workspace structure with empty lib project with deps
This commit is contained in:
7
01.workspace/oxydice_lib/Cargo.toml
Normal file
7
01.workspace/oxydice_lib/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "oxydice_lib"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
rand = "0.9.2"
|
||||
0
01.workspace/oxydice_lib/src/fun/mod.rs
Normal file
0
01.workspace/oxydice_lib/src/fun/mod.rs
Normal file
0
01.workspace/oxydice_lib/src/imp/mod.rs
Normal file
0
01.workspace/oxydice_lib/src/imp/mod.rs
Normal file
8
01.workspace/oxydice_lib/src/lib.rs
Normal file
8
01.workspace/oxydice_lib/src/lib.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use std::*;
|
||||
|
||||
mod fun;
|
||||
mod imp;
|
||||
mod mcr;
|
||||
mod str;
|
||||
mod trt;
|
||||
mod tst;
|
||||
0
01.workspace/oxydice_lib/src/mcr/mod.rs
Normal file
0
01.workspace/oxydice_lib/src/mcr/mod.rs
Normal file
0
01.workspace/oxydice_lib/src/str/mod.rs
Normal file
0
01.workspace/oxydice_lib/src/str/mod.rs
Normal file
0
01.workspace/oxydice_lib/src/trt/mod.rs
Normal file
0
01.workspace/oxydice_lib/src/trt/mod.rs
Normal file
0
01.workspace/oxydice_lib/src/tst/mod.rs
Normal file
0
01.workspace/oxydice_lib/src/tst/mod.rs
Normal file
Reference in New Issue
Block a user