Skip to content

Commit d87d058

Browse files
committed
import/bob.cargo: Document Cargo and Cargo.build
1 parent 8195303 commit d87d058

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

import/bob/cargo.fl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# SPDX-License-Identifier: MIT
22
# Copyright (c) 2024 Aymeric Wibo
33

4+
# This class provides a way to build projects with Cargo.
45
class Cargo {
6+
# Build the Cargo project in the current directory.
7+
# This expects a `Cargo.toml` file to be present and will return the path to the Cargo-generated artifact directory.
58
static proto build -> str
69
}

0 commit comments

Comments
 (0)