Is someone familiar with naersk here? I am not sure if I should open an Issue. Are git dependencies supported? For example: Cargo.toml ``` rocket = {git = "github.com/project", branch = "master"} ``` Fails for me.