Skip to content
Snippets Groups Projects
Cargo.toml 152 B
Newer Older
  • Learn to ignore specific revisions
  • [package]
    name = "boytacean-encoding"
    version = "0.10.4"
    edition = "2018"
    
    [dependencies]
    
    boytacean-common = { path = "../common", version = "0.10.4" }