summaryrefslogtreecommitdiffhomepage
path: root/mullvad-fs
AgeCommit message (Collapse)AuthorFilesLines
2024-01-16Add rust-version to all Cargo.tomlLinus Färnstrand1-0/+1
2024-01-09Remove version and publish cargo metadataLinus Färnstrand1-2/+0
Since Rust 1.75.0 the `version` field is optional. The version defaults to "0.0.0" if it's not specified, and `publish` defaults to false if no version has been given. So by not specifying a version we get both `version = "0.0.0" and `publish = false` "for free"
2024-01-04Add workspace level lintsLinus Färnstrand1-0/+3
2023-09-11Move log depedency to workspace toml fileDavid Lönnhager1-1/+1
2023-08-07Add missing "rt" feature to tokio in mullvad-fsLinus Färnstrand1-1/+1
2023-08-07Upgrade uuid from 0.8 to 1.4.1Linus Färnstrand1-1/+1
2023-07-14Move tokio dependency to be a workspace dependencyLinus Färnstrand1-1/+1
2023-07-14Set package fields in workspace and inherit in packagesLinus Färnstrand1-5/+6
2023-03-29Remove getters and setters from SettingsPersisterDavid Lönnhager2-0/+88