diff options
| author | mo8it <mo8it@proton.me> | 2024-04-23 19:18:25 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-23 19:18:25 +0200 |
| commit | 2dac8e509bed07c30a98983cfb6b80f73a1582e9 (patch) | |
| tree | 64db2dcbe08ed05d2befcdba91d851e97f18571e /rustlings-macros/Cargo.toml | |
| parent | e5a19a4c33e16e517e4d597acb721ed281c7bdae (diff) | |
Refactor embedded files to add solutions
Diffstat (limited to 'rustlings-macros/Cargo.toml')
| -rw-r--r-- | rustlings-macros/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rustlings-macros/Cargo.toml b/rustlings-macros/Cargo.toml index 095deaa..f925f69 100644 --- a/rustlings-macros/Cargo.toml +++ b/rustlings-macros/Cargo.toml @@ -11,3 +11,5 @@ proc-macro = true [dependencies] quote = "1.0.36" +serde.workspace = true +toml_edit.workspace = true |
