Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 985a1844c7..ef8d8c0eef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,3 +81,4 @@ smol_str = "0.2.0" # the following crates are pinned to prevent us from pulling in syn 2 until all our dependencies have moved serde = { version = "=1.0.156", features = ["derive"] } serde_json = "1.0.94" +triomphe = { version = "0.1.8", default-features = false, features = ["std"] } |