mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-16 05:00:27 +00:00
11 lines
241 B
TOML
11 lines
241 B
TOML
[package]
|
|
name = "rust"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib", "cdylib"]
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
flutter_rust_bridge = "1" |