feat: made notion be a dependency locally in workspace, rather that in git

This commit is contained in:
Bram Dingelstad 2024-03-21 22:23:40 +01:00
parent 5b4ab0302c
commit 15e2c510ee

View file

@ -9,4 +9,4 @@ edition = "2021"
async-recursion = "1.0.0"
serde = { version = "1.0", features = ["derive"] }
serde_variant = "0.1.1"
notion = { git = "https://github.com/bram-dingelstad/notion-client-rs.git", package = "notion-client" }
notion = { path = "../notion-client", package = "notion-client" }