1 2 3 4 5 6 7 8 9 10
[package] name = "{}" version = "0.1.0" edition = "2021" [lib] crate-type = ["staticlib"] [dependencies] savvy = {{ git = "https://github.com/yutannihilation/savvy" }}