Skip to content

Commit 5d02a2d

Browse files
extension in php is called fs-notify (#6)
1 parent 500c203 commit 5d02a2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ use std::path::PathBuf;
77

88
#[php_get_module]
99
pub fn get_module() -> Module {
10-
// New `Module` with extension info.
1110
let mut module = Module::new(
12-
env!("CARGO_PKG_NAME"),
11+
"fs-notify",
1312
env!("CARGO_PKG_VERSION"),
1413
env!("CARGO_PKG_AUTHORS"),
1514
);

0 commit comments

Comments
 (0)