[package] name = "autd-sequence" version = "6.0.0" authors = ["shun suzuki "] edition = "2018" license = "MIT" description = "Point Sequence in AUTD." repository = "https://github.com/sssssssuzuki/autd-sequence" readme = "README.md" keywords = ["autd"] exclude = [ ".github/*", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitflags = "1.2" autd-geometry = "1.0.0"