Skip to content

Commit 7c49b2f

Browse files
committed
chore: add xtask for builds system
1 parent f14a992 commit 7c49b2f

File tree

15 files changed

+136
-45
lines changed

15 files changed

+136
-45
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[alias]
2+
xtask = "run --package xtask --"

.githooks/commit-msg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/sh
22

3-
#echo "$(grep -E '^(feat|fix|chore|docs|test|style|refactor)(\(.+?\))?: .{1,}$' $1)"
43
test "" != "$(grep -E '^(Merge branch|feat|fix|chore|docs|test|style|refactor)(\(.+?\))?:? .{1,}$' $1)" || {
54
cat <<\EOF
65
Aborting commit. Your commit message is invalid.

.idea/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/huly-coder.iml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1+
[workspace]
2+
resolver = "2"
3+
members = ["xtask"]
4+
5+
[workspace.package]
6+
edition = "2021"
7+
license = "MIT"
8+
homepage = "https://github.com/hcengineering/huly-coder"
9+
repository = "https://github.com/hcengineering/huly-coder"
10+
111
[package]
212
name = "huly-coder"
313
version = "0.1.0"
414
edition = "2021"
15+
license = "MIT"
16+
homepage = "https://github.com/hcengineering/huly-coder"
17+
repository = "https://github.com/hcengineering/huly-coder"
18+
authors = ["Konstantin Zaitsev <kos@hardcoreeng.com>"]
519

620
[dependencies]
721
rig-core = { git = "https://github.com/kosz78/rig.git", branch = "mcp", features = [

clean.ps1

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/simple.gif

3.31 MB
Loading

0 commit comments

Comments
 (0)