diff options
author | HampusM <hampus@hampusmat.com> | 2023-04-15 13:20:17 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-05-06 17:03:10 +0200 |
commit | da509c366972ac6d423f95732cd3d319a2265841 (patch) | |
tree | 0d67a8b6b31c6f37243032a625d827720ff009d5 /Cargo.toml | |
parent | 41c0c811e461cf2edbe09237fa7880d0007c6c15 (diff) |
add project base
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..02dc18c --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "xml-stinks" +version = "0.1.0" +edition = "2021" +license = "MIT OR Apache-2.0" + +[dependencies] |