diff options
| author | Arnaud Bailly <arnaud@pankzsoft.com> | 2025-10-09 12:47:18 +0200 |
|---|---|---|
| committer | Arnaud Bailly <arnaud@pankzsoft.com> | 2025-10-09 12:49:27 +0200 |
| commit | bf7f549e309a4da97def326b3fdf19a4d8833450 (patch) | |
| tree | b9a0777ab20a1b41b16b3fd9087af465879ab05d /lambda-calcul/rust/Cargo.toml | |
| parent | 3050ae41c4e74b8bfa12aca31ab3af4c83ac5379 (diff) | |
| download | lambda-nantes-bf7f549e309a4da97def326b3fdf19a4d8833450.tar.gz | |
feat: can serve and receive Json or Sexp
depending on Registration by client
Diffstat (limited to 'lambda-calcul/rust/Cargo.toml')
| -rw-r--r-- | lambda-calcul/rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lambda-calcul/rust/Cargo.toml b/lambda-calcul/rust/Cargo.toml index 230e422..51185e5 100644 --- a/lambda-calcul/rust/Cargo.toml +++ b/lambda-calcul/rust/Cargo.toml @@ -14,7 +14,7 @@ env_logger = "0.8" log = "0.4" futures = "0.3.30" async-std = "1.13.0" -reqwest = "0.12.8" +reqwest = { version = "0.12.8", features = ["json"] } tokio = { version = "1.40.0", features = ["rt", "macros", "rt-multi-thread"]} clap = { version = "4.5.19", features = ["derive"] } proptest = "1.0.0" |
