[package] name = "flo_anim_sqlite" version = "0.1.0" authors = ["Andrew Hunter "] license = "Apache-2.0" repository = "https://github.com/Logicalshift/flowbetween" description = "SQLite storage for FlowBetween animations" include = [ "Cargo.toml", "src/**/*", "sql/**/*" ] [dependencies] flo_canvas = { path = "../canvas", version = "^0.1.0" } flo_animation = { path = "../animation", version = "^0.1.0" } rusqlite = { version = "0.11.0", features = ["bundled"] } desync = "^0.1.2"