forked from jess/Acord
1
0
Fork 0

Whoops probably time to refer to a place that exists outside of my disk for the core dependencies.

This commit is contained in:
jess 2026-04-17 21:54:35 -07:00
parent 056c90145b
commit 46b4b7865d
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ edition = "2024"
crate-type = ["rlib"]
[dependencies]
cord-expr = { path = "../../Cord/crates/cord-expr" }
cord-trig = { path = "../../Cord/crates/cord-trig" }
cord-expr = { git = "https://git.else-if.org/jess/Cord.git", package = "cord-expr" }
cord-trig = { git = "https://git.else-if.org/jess/Cord.git", package = "cord-trig" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", features = ["v4"] }