1 2 3 4 5 6 7 8 9 10 11
[package] name = "cuts" version = "0.1.1" edition = "2021" description = "Constant Uniformity Time Scale" license = "MIT OR Apache-2.0" repository = "https://github.com/diabloxenon/cuts" exclude = ["target/*", "bak/*"] [dependencies] rand = "0.8.5"