feat: made notion be a dependency locally in workspace, rather that in git
This commit is contained in:
parent
5b4ab0302c
commit
15e2c510ee
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue