summaryrefslogtreecommitdiff
path: root/schist_fakes/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-07-28 13:22:53 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-07-28 13:30:27 +0100
commit2361adeb0ca77904138e3466d51c2f44cf6df613 (patch)
treef6e7192908f99fab62061913d8a1e9d2b918414b /schist_fakes/Cargo.toml
parentc7ed1e61ce2218be0b9e60577454124c4e43a366 (diff)
Tidier folders
Diffstat (limited to 'schist_fakes/Cargo.toml')
-rw-r--r--schist_fakes/Cargo.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/schist_fakes/Cargo.toml b/schist_fakes/Cargo.toml
deleted file mode 100644
index c69a28e..0000000
--- a/schist_fakes/Cargo.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-[package]
-name = "schist_fakes"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-schist_models = { path = "../schist_models" }
-schist_traits = { path = "../schist_traits" }