diff options
Diffstat (limited to 'planetwars-cli/assets/pw_workspace.toml')
-rw-r--r-- | planetwars-cli/assets/pw_workspace.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/planetwars-cli/assets/pw_workspace.toml b/planetwars-cli/assets/pw_workspace.toml new file mode 100644 index 0000000..d82840f --- /dev/null +++ b/planetwars-cli/assets/pw_workspace.toml @@ -0,0 +1,6 @@ +[paths] +maps_dir = "maps" +matches_dir = "matches" + +[bots.simplebot] +path = "bots/simplebot" |