diff options
Diffstat (limited to 'engine-reflection/Cargo.toml')
| -rw-r--r-- | engine-reflection/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engine-reflection/Cargo.toml b/engine-reflection/Cargo.toml new file mode 100644 index 0000000..2f90841 --- /dev/null +++ b/engine-reflection/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "engine-reflection" +version = "0.1.0" +edition = "2021" + +[dependencies] +thiserror = "1.0.49" + |
