index
:
planetwars.dev
main
Unnamed repository; edit this file 'description' to name the repository.
nginx
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
planetwars-cli
/
src
/
bin
/
pwcli.rs
blob: 438d3bc444edc07a44f24be9eb3ddbb4cd3de94f (
plain
)
1
2
3
4
5
6
use
planetwars_cli
;
#[tokio::main]
async
fn
main
()
{
planetwars_cli
::
run
().
await
}