Cargo.toml (265B)
1 [package] 2 name = "notedeck_notebook" 3 edition = "2024" 4 version.workspace = true 5 6 [dependencies] 7 jsoncanvas = { git = "https://github.com/jb55/jsoncanvas", rev = "ae60f96e4d022cf037e086b793cacc3225bc14e5" } 8 notedeck = { workspace = true } 9 egui = { workspace = true }