[package] name = "bigfixed" version = "0.0.0" authors = ["Alec Martin "] edition = "2021" description = "Arbitrary precision fixed point numbers" repository = "https://github.com/alec-composable/bigfixed" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] paste = "1.0"