diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2025-09-16 21:37:41 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2025-09-16 21:37:41 +0200 |
| commit | 6ef4394920ad0aa61eff8b7c9cd70fed519a42c0 (patch) | |
| tree | df4c91a4b41921b65247a84faf142468d543234d /Cargo.toml | |
| parent | 5ad615a08ec0eca3e4bd14aebe46c14bd20d2675 (diff) | |
| download | future-me-6ef4394920ad0aa61eff8b7c9cd70fed519a42c0.tar.gz future-me-6ef4394920ad0aa61eff8b7c9cd70fed519a42c0.zip | |
future-me: add rust prototype for the json schema
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
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" |
