publish database-tree

pull/49/head
Takayuki Maeda 3 years ago
parent 95d6e8b2b4
commit 74b292089e

@ -28,4 +28,8 @@ jobs:
- run: cargo login ${CRATES_IO_TOKEN}
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
- name: Cargo puhlish database-tree
run: |
cd database-tree
cargo publish
- run: cargo publish

@ -1,13 +1,13 @@
[package]
name = "database-tree"
version = "0.1.0"
version = "0.1.0-alpha.1"
authors = ["Takayuki Maeda <takoyaki0316@gmail.com>"]
edition = "2018"
license = "MIT"
homepage = "https://github.com/TaKO8Ki/gobang"
repository = "https://github.com/TaKO8Ki/gobang"
readme = "README.md"
description = "A cross-platform terminal database tool written in Rust"
description = "Database tree structure"
[dependencies]
thiserror = "1.0"

Loading…
Cancel
Save