replace goban with gobang

pull/8/head
Takayuki Maeda 3 years ago
parent c79c358be4
commit 1288cc9447

2
Cargo.lock generated

@ -1,5 +1,5 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "goban"
name = "gobang"
version = "0.1.0"

@ -1,9 +1,7 @@
[package]
name = "goban"
name = "gobang"
version = "0.1.0"
authors = ["Takayuki Maeda <takoyaki0316@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

@ -1,2 +1,2 @@
# goban
# gobang
A cross-platform terminal database tool written in Rust

Loading…
Cancel
Save