1 2 3 4 5 6 7
rust_binary( name = "endymion", srcs = ["src/main.rs"], deps = [ "//third-party/rust:ddp-rs", ], )