| 12345678910111213 |
- [package]
- name = "appcore"
- version = "0.1.0"
- edition = "2021"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [lib]
- crate-type = ["lib", "staticlib", "cdylib"]
- [dependencies]
- flutter_rust_bridge = "1"
- anyhow = "1"
- common = { git = "ssh://git@git.beswell.com/Orienteering/common.git", tag="0.2.3"}
|