summaryrefslogtreecommitdiff
path: root/rust/schist_fakes/Cargo.toml
blob: c69a28e15f73449f6dee2efb4c623eb842625edc (plain)
1
2
3
4
5
6
7
8
[package]
name = "schist_fakes"
version = "0.1.0"
edition = "2021"

[dependencies]
schist_models = { path = "../schist_models" }
schist_traits = { path = "../schist_traits" }