diff --git a/examples/src/fireworks/Cargo.toml b/examples/src/fireworks/Cargo.toml index 4ee260bf6..841973215 100644 --- a/examples/src/fireworks/Cargo.toml +++ b/examples/src/fireworks/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" default-run = "run" [dependencies] -pax-lang = { version = "0.11.3", path = ".pax/pkg/pax-lang" } -pax-std = { version = "0.11.3", path = ".pax/pkg/pax-std" } -pax-compiler = { version = "0.11.3", optional = true, path = ".pax/pkg/pax-compiler" } -pax-manifest = { version = "0.11.3", path = ".pax/pkg/pax-manifest" } +pax-lang = { version = "0.11.3"} +pax-std = { version = "0.11.3"} +pax-compiler = { version = "0.11.3", optional = true} +pax-manifest = { version = "0.11.3"} serde_json = {version = "1.0.95", optional = true} [[bin]]