aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/cargo/manifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/cargo/manifest.py')
-rw-r--r--mesonbuild/cargo/manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/cargo/manifest.py b/mesonbuild/cargo/manifest.py
index 183d91e..50c0489 100644
--- a/mesonbuild/cargo/manifest.py
+++ b/mesonbuild/cargo/manifest.py
@@ -242,3 +242,4 @@ class CargoLock(TypedDict, total=False):
version: str
package: T.List[CargoLockPackage]
+ metadata: T.Dict[str, str]