Add changeset

This commit is contained in:
Savanni D'Gerinel 2023-08-07 16:11:35 -04:00
parent 09e5f88dd4
commit b6b371d7d4
4 changed files with 9 additions and 7 deletions

7
Cargo.lock generated
View File

@ -184,6 +184,13 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "changeset"
version = "0.1.0"
dependencies = [
"uuid",
]
[[package]]
name = "chrono"
version = "0.4.26"

View File

@ -11,4 +11,5 @@ members = [
"coordinates",
"flow",
"sgf",
"changeset",
]

View File

@ -34,9 +34,3 @@ kifu-pwa/dev:
kifu-pwa/server:
pushd kifu/pwa && make server
sgf/test:
pushd sgf && make test
sgf/test-oneshot:
pushd sgf && make test-oneshot

View File

@ -2,7 +2,7 @@
set -euo pipefail
RUST_ALL_TARGETS="dashboard ifc memorycache geo-types fluent-ergonomics cyberpunk-splash screenplay emseries coordinates flow sgf"
RUST_ALL_TARGETS="dashboard ifc memorycache geo-types fluent-ergonomics cyberpunk-splash screenplay emseries coordinates flow sgf changeset"
build_rust_targets() {
local CMD=$1