add tengri as submodule

This commit is contained in:
🪞👃🪞 2025-04-17 01:29:35 +03:00
parent 1b253dc273
commit 3d154f1853
4 changed files with 10 additions and 9 deletions

View file

@ -1,5 +1,6 @@
[workspace]
resolver = "2"
exclude = [ "./tengri" ]
members = [
"./app",
"./cli",
@ -18,8 +19,9 @@ inherits = "test"
lto = false
[workspace.dependencies.tengri]
git = "https://codeberg.org/unspeaker/tengri"
rev = "6048d24"
path = "./tengri/tengri"
#git = "https://codeberg.org/unspeaker/tengri"
#rev = "6048d24"
features = [ "tui", "dsl" ]
[workspace.dependencies]