Skip to content

Commit

Permalink
Updated example reference
Browse files Browse the repository at this point in the history
  • Loading branch information
guija committed Jul 4, 2023
1 parent d4f00da commit d3eed3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ Cargo.lock

/target
/Cargo.lock


/examples/company
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ exclude = ["/examples", ".gitignore", "index.html"]
petgraph = "0.6.3"

[[example]]
name = "vyoma"
path = "examples/vyoma/src/main.rs"
name = "company"
path = "examples/company/src/main.rs"

0 comments on commit d3eed3c

Please sign in to comment.