File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ This repo contains:
2
2
- [ ` toml ` crate] ( ./crates/toml ) for serde support
3
3
- [ ` toml_edit ` crate] ( ./crates/toml_edit ) for format-preserving editing of TOML
4
4
- [ ` toml_datetime ` crate] ( ./crates/toml_datetime ) for a common type definition between ` toml ` and ` toml_edit `
5
- - [ ` serde_spanned ` crate] ( ./crates/serde-spanned ) for capturing spans when deserializing keys and values
6
- - [ ` toml_parser ` crate] ( ./crates/toml ) : a low-level format-preserving TOML lexer and parser
7
- - [ ` toml_writer ` crate] ( ./crates/toml ) : a low-level interface for writing out TOML
5
+ - [ ` serde_spanned ` crate] ( ./crates/serde_spanned ) for capturing spans when deserializing keys and values
6
+ - [ ` toml_parser ` crate] ( ./crates/toml_parser ) : a low-level format-preserving TOML lexer and parser
7
+ - [ ` toml_writer ` crate] ( ./crates/toml_writer ) : a low-level interface for writing out TOML
You can’t perform that action at this time.
0 commit comments