Skip to content

Commit

Permalink
extension in php is called fs-notify (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch authored Jun 11, 2024
1 parent 500c203 commit 5d02a2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ use std::path::PathBuf;

#[php_get_module]
pub fn get_module() -> Module {
// New `Module` with extension info.
let mut module = Module::new(
env!("CARGO_PKG_NAME"),
"fs-notify",
env!("CARGO_PKG_VERSION"),
env!("CARGO_PKG_AUTHORS"),
);
Expand Down

0 comments on commit 5d02a2d

Please sign in to comment.