summaryrefslogtreecommitdiffhomepage
path: root/mullvad-paths/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2025-10-20Promote widestring to workspace dependencyMarkus Pettersson1-1/+1
Do not care about talpid-openvpn since it's slated for removal
2024-06-17Get value of data directory value at app startupMarkus Pettersson1-2/+0
Remove `APP_PATH` from `mullvad-paths` on Android since it should not be a constant value. Instead, it is passed down from the Android app startup. As it turns out, it is really ever used for pointing to the RPC socket in use.
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-1/+1
`err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical.
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-11-13Stronger permissions for mullvad directoriesunknown1-0/+2
Set read-only permissions for authenticated users and full-access for admins for relevant mullvad directories on creation.
2023-10-11Make `once_cell` a workspace dependencyMarkus Pettersson1-1/+1
2023-09-11Move log depedency to workspace toml fileDavid Lönnhager1-1/+1
2023-09-11Make err-derive a workspace dependencyDavid Lönnhager1-1/+1
2023-08-01Move windows-sys to a workspace dependencyLinus Färnstrand1-2/+2
2023-07-14Set package fields in workspace and inherit in packagesLinus Färnstrand1-5/+6
2023-03-14Update windows-sys in mullvad and talpid cratesDavid Lönnhager1-1/+1
2023-02-27Retrieve system app dir path from mullvad-paths in cleanup pluginDavid Lönnhager1-0/+2
using mullvad-nsis
2023-01-12Remove Rust dependencies from Android that were unusedLinus Färnstrand1-0/+2
2023-01-10Remove unused Windows dependenciesLinus Färnstrand1-1/+0
2022-11-21Always return the correct settings path on Windows in mullvad_pathsDavid Lönnhager1-0/+13
2022-11-07Split up talpid-coreEmīls Piņķis1-1/+1
2022-10-10Set all Rust crate versions to 0.0.0Linus Färnstrand1-1/+1
2022-02-15Upgrade err-derive to at least 0.3.1Linus Färnstrand1-1/+1
2021-11-08Set all Rust crates to edition 2021Linus Färnstrand1-1/+1
2021-02-05Upgrade err-derive dependency to 0.3.0Linus Färnstrand1-1/+1
2021-01-04Migrate from deprecated dirs dependencyDavid Lönnhager1-1/+1
2020-09-16Upgrade dependenciesDavid Lönnhager1-1/+1
2020-01-21Add `publish = false` to all Cargo.toml filesLinus Färnstrand1-0/+1
2020-01-15Remove usage of Mullvad email in crate manifestsJanito Vaqueiro Ferreira Filho1-1/+1
2019-10-17Upgrade err-derive to 0.2.1Linus Färnstrand1-1/+1
2019-09-23Upgrade dirsLinus Färnstrand1-1/+1
2019-03-29Remove error-chain from mullvad-pathsLinus Färnstrand1-1/+1
2018-12-12Upgrade mullvad-paths to Rust 2018Linus Färnstrand1-0/+1
2018-09-27Remove everyone from authors field of librariesLinus Färnstrand1-5/+1
2018-08-06use dirs instead of app_dirsLinus Färnstrand1-1/+1
2018-06-25Upgrade error-chain to 0.12Linus Färnstrand1-1/+1
2018-06-13Rename mullvad-metadata -> mullvad-pathsLinus Färnstrand1-0/+17