diff options
Diffstat (limited to 'modules/proc/Cargo.toml')
-rw-r--r-- | modules/proc/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/proc/Cargo.toml b/modules/proc/Cargo.toml new file mode 100644 index 0000000..16bcbb8 --- /dev/null +++ b/modules/proc/Cargo.toml @@ -0,0 +1,3 @@ +[package] +name = "morgana_proc" +edition = "2021" |