diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-02-13 06:56:10 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-02-13 06:56:10 +0100 |
| commit | c1a1b47aeae5846661a83a43c05e4b4a1e24266a (patch) | |
| tree | baf401f02da5a8f1f7cd35e34f2eb71a48873219 /package.yaml | |
| parent | 1e8405a6d6de8d7a5a1323ba11e48fb4fb852b80 (diff) | |
| download | graphql-c1a1b47aeae5846661a83a43c05e4b4a1e24266a.tar.gz | |
Add OrderedMap prototype
Diffstat (limited to 'package.yaml')
| -rw-r--r-- | package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index da9eefd..448353e 100644 --- a/package.yaml +++ b/package.yaml @@ -38,6 +38,7 @@ dependencies: - text - transformers - unordered-containers +- vector library: source-dirs: src |
