blob: bb8d48835e01fd4528e218ae2eb880ceb506c076 [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package recipes.fuchsia.contrib.mingw;
message InputProperties {
// Git repository URL.
string repository = 1;
// Git revision.
string revision = 2;
}