Skip to content

Commit

Permalink
🍉 Add: generate-rust
Browse files Browse the repository at this point in the history
  • Loading branch information
esh2n committed May 10, 2023
1 parent 1ee267d commit 719dc2f
Show file tree
Hide file tree
Showing 3,216 changed files with 8,509 additions and 39 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.env
vendor
node_modules
.DS_Store
.DS_Store
.pub-cache
.dart_tool
27 changes: 27 additions & 0 deletions .packages
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This file is deprecated. Tools should instead consume
# `.dart_tool/package_config.json`.
#
# For more info see: https://dart.dev/go/dot-packages-deprecation
#
# Generated by pub on 2023-05-10 21:56:14.037143.
archive:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/archive-3.3.7/lib/
async:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/async-2.9.0/lib/
collection:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/collection-1.17.0/lib/
convert:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/convert-3.1.0/lib/
crypto:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/crypto-3.0.2/lib/
fixnum:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/fixnum-1.0.1/lib/
googleapis_auth:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/googleapis_auth-1.3.1/lib/
grpc:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/grpc-3.1.0/lib/
http:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/http-0.13.5/lib/
http2:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/http2-2.0.1/lib/
http_parser:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/http_parser-4.0.2/lib/
js:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/js-0.6.5/lib/
meta:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/meta-1.9.1/lib/
path:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/path-1.8.3/lib/
pointycastle:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/pointycastle-3.7.3/lib/
protobuf:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/protobuf-2.1.0/lib/
source_span:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/source_span-1.9.1/lib/
string_scanner:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.1.1/lib/
term_glyph:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.2.1/lib/
typed_data:file:///Users/es/.pub-cache/hosted/pub.dartlang.org/typed_data-1.3.1/lib/
grapevineer:lib/
Loading

0 comments on commit 719dc2f

Please sign in to comment.