diff options
Diffstat (limited to 'core/test')
| -rw-r--r-- | core/test/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/test/Cargo.toml b/core/test/Cargo.toml new file mode 100644 index 0000000..d78fa4f --- /dev/null +++ b/core/test/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "there-is-nopads-test" +authors = [ "CatilGrass" ] +version = "0.1.0" +edition = "2024" + +[dependencies] +there-is-nopads-core = { path = "../../core" } + +# Not A Controller
\ No newline at end of file |
