From 6d3266134a4ddad9818cb9ddd89785289216e5fa Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sun, 7 Jul 2019 18:49:27 +1000 Subject: Initial commit --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..5b899f6 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "annotate-rust" +version = "0.1.0" +authors = ["Wesley Moore "] +edition = "2018" + +[dependencies] +syn = { version = "0.15.39", default-features = false, features = ["full", "parsing", "visit", "extra-traits"] } -- cgit v1.2.3