summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 99ff5912e87abbc2d8972706a97e8c63c5cc569d (plain)
1
2
3
4
5
6
7
8
[workspace]
members = [
    "lib",
    "examples/basic",
    # "examples/file-json",
    "examples/file-toml",
    # "examples/file-yaml",
]