From 6ef4394920ad0aa61eff8b7c9cd70fed519a42c0 Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 16 Sep 2025 21:37:41 +0200 Subject: future-me: add rust prototype for the json schema --- 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..ab405c3 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "future-me" +version = "0.1.0" +edition = "2024" + +[dependencies] +serde = { version = "1.0.145", features = ["derive"] } +serde_json = "1.0.145" -- cgit v1.2.3