1[package] 2name = "my-local-pkg" 3version = "0.1.0" 4entrypoint = "lib.typ" 5authors = ["Test"] 6license = "MIT" 7description = "Test local package" 8 9