summaryrefslogtreecommitdiffhomepage
path: root/mullvad-management-interface/Cargo.toml
AgeCommit message (Expand)AuthorFilesLines
2025-08-18Fail if QUIC address set is emptyDavid Lönnhager1-0/+1
2025-06-10Update nix to 0.30 everywhereJoakim Hulthe1-1/+1
2024-09-25Upgrade `tonic` to 0.12 and `prost` to 0.13Sebastian Holmin1-0/+1
2024-09-25Add `futures` to workspace dependenciesSebastian Holmin1-1/+1
2024-09-25Add `parity-tokio-ipc` to workspace dependenciesSebastian Holmin1-2/+3
2024-08-27Use std LazyLock instead of once_cell LazyDavid Lönnhager1-1/+0
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-1/+1
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
2024-01-04Add workspace level lintsLinus Färnstrand1-0/+3
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-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson1-1/+1
2023-08-02Make chrono a workspace dependency and fix featuresLinus Färnstrand1-1/+1
2023-08-01Disable chrono features to get rid of time dependencyLinus Färnstrand1-1/+1
2023-07-14Move tonic and related crates to workspace dependenciesLinus Färnstrand1-5/+5
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-06-27Upgrade `chrono` to `0.4.26`Markus Pettersson1-1/+1
2022-10-10Set all Rust crate versions to 0.0.0Linus Färnstrand1-1/+1
2022-09-27Update tonic to 0.8Emīls Piņķis1-4/+4
2022-08-25Update chrono to 0.4.21 to fix AndroidEmīls Piņķis1-1/+1
2022-05-25Save 'created' and 'hijack_dns' fields in device structsDavid Lönnhager1-0/+1
2022-02-17Remove superfluous whitespace in feature arraysEmīls1-1/+1
2022-02-15Upgrade err-derive to at least 0.3.1Linus Färnstrand1-1/+1
2022-02-03Upgrade nix from 0.22.2 to 0.23.0Linus Färnstrand1-1/+1
2021-11-09Close management interface server when all broadcasters are closedDavid Lönnhager1-1/+0
2021-11-08Set all Rust crates to edition 2021Linus Färnstrand1-1/+1
2021-10-12Update dependenciesDavid Lönnhager1-1/+1
2021-07-13Update tonic and prostDavid Lönnhager1-4/+4
2021-07-13Update tokio dependenciesDavid Lönnhager1-7/+7
2021-07-02Support Windows split tunneling driverDavid Lönnhager1-0/+1
2021-04-29Implement From for AppVersionInfo, ConnectionConfig, andDavid Lönnhager1-0/+2
2021-04-08Set group of management socket using MULLVAD_MANAGEMENT_SOCKET_GROUPDavid Lönnhager1-0/+4
2021-02-05Upgrade err-derive dependency to 0.3.0Linus Färnstrand1-1/+1
2021-01-14Remove explicit assignment of DACLs to named pipesDavid Lönnhager1-1/+0
2021-01-14Bump parity-tokio-ipc to 0.8David Lönnhager1-1/+1
2020-09-16Upgrade dependenciesDavid Lönnhager1-1/+1
2020-09-04Update dependenciesDavid Lönnhager1-1/+1
2020-08-20Bump tonic from 0.2 to 0.3David Lönnhager1-1/+1
2020-08-20Add mullvad-management-interface crate for IPC types and functionsDavid Lönnhager1-0/+24