Cargo.toml 347 B

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