File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1919
2020Just add the library to your ` Cargo.toml `
2121
22- ``` toml
23- [dependencies ]
24- keyvalues-parser = " 0.1.0"
22+ ``` console
23+ $ cargo add keyvalues-parser
2524```
2625
2726## Quickstart
Original file line number Diff line number Diff line change @@ -12,16 +12,19 @@ makes it easy to deal with VDF text files using strongly typed Rust structures.
1212
1313## Installation
1414
15- Just add the following to your ` Cargo.toml `
15+ Just add the library to your ` Cargo.toml `
1616
17- ``` toml
18- [dependencies ]
19- keyvalues-serde = " 0.1.0"
20- serde = { version = " 1.0.0" , features = [" derive" ] }
17+ ``` console
18+ $ cargo add keyvalues-serde
2119```
2220
2321## Quickstart
2422
23+ ``` console
24+ $ cargo add keyvalues-serde
25+ $ cargo add serde --features derive
26+ ```
27+
2528``` rust
2629use serde :: Deserialize ;
2730
You can’t perform that action at this time.
0 commit comments