Compare commits
1 Commits
028d6e922c
...
main
Author | SHA1 | Date | |
---|---|---|---|
47b06a02d0
|
@@ -19,7 +19,7 @@ serde = { version = "1.0.202", features = ["derive"] }
|
||||
serde_json = "1.0.117"
|
||||
itertools = "0.14.0"
|
||||
uuid = { version = "1.8.0", features = ["v4"] }
|
||||
tonic = { version = "0.13.0", features = ["tls", "tls-roots"] }
|
||||
tonic = { version = "0.12.0", features = ["tls", "tls-roots"] }
|
||||
futures = { version = "0.3.30" }
|
||||
sha2 = { version = "0.10.8" }
|
||||
hex = { version = "0.4.3" }
|
||||
|
@@ -1,5 +1,7 @@
|
||||
# hyperlog
|
||||
|
||||

|
||||
|
||||
- [x] Display todos as todos
|
||||
- [x] Create sections
|
||||
- [x] Edit todos
|
||||
|
BIN
assets/demo.gif
Normal file
BIN
assets/demo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 472 KiB |
@@ -9,4 +9,4 @@ tonic.workspace = true
|
||||
prost = "0.13.0"
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.13.0"
|
||||
tonic-build = "0.12.0"
|
||||
|
@@ -2,7 +2,7 @@
|
||||
name = "hyperlog-tui"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
repository = "https://git.front.kjuulh.io/kjuulh/hyperlog"
|
||||
repository = "https://git.kjuulh.io/kjuulh/hyperlog"
|
||||
|
||||
[dependencies]
|
||||
hyperlog-core.workspace = true
|
||||
|
@@ -2,7 +2,7 @@
|
||||
name = "hyperlog"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
repository = "https://git.front.kjuulh.io/kjuulh/hyperlog"
|
||||
repository = "https://git.kjuulh.io/kjuulh/hyperlog"
|
||||
|
||||
[dependencies]
|
||||
hyperlog-core.workspace = true
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
|
||||
# yaml-language-server: $schema=https://git.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
|
||||
|
||||
base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-service-plan.git"
|
||||
base: "git@git.kjuulh.io:kjuulh/cuddle-rust-service-plan.git"
|
||||
|
||||
vars:
|
||||
service: "hyperlog"
|
||||
@@ -35,7 +35,7 @@ please:
|
||||
repository: hyperlog
|
||||
branch: main
|
||||
settings:
|
||||
api_url: https://git.front.kjuulh.io
|
||||
api_url: https://git.kjuulh.io
|
||||
actions:
|
||||
rust:
|
||||
|
||||
|
Reference in New Issue
Block a user