diff options
author | Genevieve Alfirevic <gen@nyble.dev> | 2025-02-08 04:51:06 -0600 |
---|---|---|
committer | Genevieve Alfirevic <gen@nyble.dev> | 2025-02-08 04:51:06 -0600 |
commit | 25f4bb271f3d7d4b92c4ca86ddc8220c7ab13cfe (patch) | |
tree | 622f6130b42dd6024dc3978e8163ce64fc0f4ef0 /Cargo.toml | |
download | mermaid-25f4bb271f3d7d4b92c4ca86ddc8220c7ab13cfe.tar.gz mermaid-25f4bb271f3d7d4b92c4ca86ddc8220c7ab13cfe.zip |
Ripped MT out of other codebase
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..642b5da --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "mermaid" +version = "0.1.0" +edition = "2021" + +[dependencies] |