diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..abbd83f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "map-linux" +version = "0.1.0" +edition = "2021" + +[dependencies] +cairo-rs = "0.21.5" +regex = "1.12.2" +relm4 = "0.10.0" +relm4-components = "0.10.0" +relm4-icons = "0.10.0" +relm4-macros = "0.10.0" +sourceview5 = "0.10.0" +wmap-parser = "1.0.0" +wmap-renderer = "1.0.0" + +[build-dependencies] +relm4-icons-build = "0.10.0" |