File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
> Project template for a Rust library.
11
11
12
- ## Usage
12
+ ## Project Template Usage
13
13
14
14
1 . Use as a
15
15
[ template] ( https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template )
16
16
to create a new repository.
17
17
2 . Update links and references in ` README.md ` .
18
18
19
+ ## Cargo Crate Usage
20
+
21
+ ``` toml
22
+ [dependencies ]
23
+ flowscripter_template_rust_library = " ^1"
24
+ ```
25
+
19
26
## Development
20
27
21
28
Build: ` cargo build `
@@ -30,7 +37,7 @@ Lint: `cargo fmt`
30
37
31
38
PNG image generated from ` images/uml_diagram.mermaid ` :
32
39
33
- ![ UML Diagram] ( images/uml_diagram.png " UML Diagram ")
40
+ ![ UML Diagram] ( https://raw.githubusercontent.com/flowscripter/template-rust-library/main/ images/uml_diagram.png " UML Diagram ")
34
41
35
42
### API
36
43
You can’t perform that action at this time.
0 commit comments