From da509c366972ac6d423f95732cd3d319a2265841 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 15 Apr 2023 13:20:17 +0200 Subject: add project base --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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] -- cgit v1.2.3-18-g5258