From b380ad94647c9bc446d5a76bb16dcc286077275a Mon Sep 17 00:00:00 2001 From: tcmal Date: Sun, 25 Aug 2024 17:44:22 +0100 Subject: feat(input): virtual input mapping and codegen --- stockton-input-codegen/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 stockton-input-codegen/Cargo.toml (limited to 'stockton-input-codegen/Cargo.toml') diff --git a/stockton-input-codegen/Cargo.toml b/stockton-input-codegen/Cargo.toml new file mode 100644 index 0000000..b0b01ea --- /dev/null +++ b/stockton-input-codegen/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "stockton-input-codegen" +version = "0.1.0" +authors = ["Oscar Shrimpton "] +edition = "2018" + +[lib] +proc-macro = true + +[dependencies] +stockton-input = { path = "../stockton-input" } +syn = { version = "1.0.44", features = ["full"] } +proc-macro2 = "1.0.24" +quote = "1.0.7" +convert_case = "0.4.0" \ No newline at end of file -- cgit v1.2.3