diff options
| author | Daniel Csillag <dccsillag@gmail.com> | 2023-04-11 14:11:44 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 19:11:44 +0200 |
| commit | 5bc73be90fdb7d46ea67bc00babc5f4833854306 (patch) | |
| tree | 1eab135f5aeedfa95761b262f962a52c0270224d /Cargo.toml | |
| parent | 72d8785abeff66f6b832725e71fe65d9ded803ce (diff) | |
Optimization to `Introspector::extract` (#734)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ unicode-xid = "0.2" unscanny = "0.1" usvg = { version = "0.22", default-features = false } xmp-writer = "0.1" +indexmap = "1.9.3" [profile.dev] debug = 0 |
