feat(calc): Convert to Rust w/ Qalc

This commit is contained in:
Michael Aaron Murphy 2021-08-18 00:07:48 +02:00
parent dae8108cb1
commit bc1fc717b1
11 changed files with 154 additions and 157 deletions

View file

@ -6,21 +6,22 @@ edition = "2018"
publish = false
[dependencies]
fork = "0.1"
freedesktop-desktop-entry = "0.3"
futures_codec = "0.4"
futures-lite = "1"
fork = "0.1"
new_mime_guess = "3"
pop-launcher = { path = "../" }
postage = "0.4"
regex = "1"
ron = "0.6"
serde = "1"
serde_json = "1.0"
slab = "0.4"
smol = "1"
strsim = "0.10"
tracing = "0.1"
tracing-subscriber = "0.2"
urlencoding = "2"
zbus = "1"
zvariant = "=2.6" # Restrict for 1.47
ron = "0.6.4"
urlencoding = "2.1.0"
slab = "0.4.4"
postage = "0.4.1"