feat(useragent): initial impl
This commit is contained in:
@@ -10,3 +10,11 @@ protoc = "29.6"
|
||||
"cargo:cargo-shear" = "latest"
|
||||
"cargo:cargo-insta" = "1.46.3"
|
||||
python = "3.14.3"
|
||||
|
||||
[tasks.codegen]
|
||||
sources = ['protobufs/*.proto']
|
||||
outputs = ['useragent/lib/proto/*']
|
||||
run = '''
|
||||
dart pub global activate protoc_plugin && \
|
||||
protoc --dart_out=useragent/lib/proto --proto_path=protobufs/ protobufs/*.proto
|
||||
'''
|
||||
Reference in New Issue
Block a user