[package] name = "duckbubble" version = "0.1.2" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" description = "a new way to interact with FEM software" repository = "https://github.com/AndyJado/duckbubble" homepage = "https://github.com/AndyJado/duckbubble" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] toml = "0.5" serde = "1.0.97" serde_derive = "1.0" # generated by 'cargo dist init' [profile.dist] inherits = "release" debug = true split-debuginfo = "packed"