Example:
[dependencies]
regex = { git = "https://github.com/rust-lang/regex" }
We can also specify branch (branch = "next"
) or commit (rev = "4c59b707"
)
Created: May 30, 2023Last Modified: May 05, 2024
Example:
[dependencies]
regex = { git = "https://github.com/rust-lang/regex" }
We can also specify branch (branch = "next"
) or commit (rev = "4c59b707"
)